Unit 'uWVCoreWebView2Certificate' Package
[Overview][Classes][Index] [#pl_win_webview]

TCoreWebView2Certificate

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: uWVCoreWebView2Certificate.pas line 19

type TCoreWebView2Certificate = class

protected

  FBaseIntf: ICoreWebView2Certificate;

  

  function GetInitialized;

  

  function GetSubject;

  

  function GetIssuer;

  

  function GetValidFrom;

  

  function GetValidTo;

  

  function GetDerEncodedSerialNumber;

  

  function GetDisplayName;

  

  function GetPemEncodedIssuerCertificateChain;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function ToPemEncoding;

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2Certificate; [rw]

  

  property Subject: wvstring; [r]

  

  property Issuer: wvstring; [r]

  

  property ValidFrom: TDateTime; [r]

  

  property ValidTo: TDateTime; [r]

  

  property DerEncodedSerialNumber: wvstring; [r]

  

  property DisplayName: wvstring; [r]

  

  property PemEncodedIssuerCertificateChain: ICoreWebView2StringCollection; [r]

  

end;

Inheritance

TCoreWebView2Certificate

  

|

TObject



CT Web help

CodeTyphon Studio