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

TCoreWebView2ClientCertificate

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

Declaration

Source position: uWVCoreWebView2ClientCertificate.pas line 19

type TCoreWebView2ClientCertificate = class

protected

  FBaseIntf: ICoreWebView2ClientCertificate;

  

  function GetInitialized;

  

  function GetSubject;

  

  function GetIssuer;

  

  function GetValidFrom;

  

  function GetValidTo;

  

  function GetDerEncodedSerialNumber;

  

  function GetDisplayName;

  

  function GetPemEncodedIssuerCertificateChain;

  

  function GetKind;

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  function ToPemEncoding;

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2ClientCertificate; [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]

  

  property Kind: TWVClientCertificateKind; [r]

  

end;

Inheritance

TCoreWebView2ClientCertificate

  

|

TObject



CT Web help

CodeTyphon Studio