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

TCoreWebView2ClientCertificateRequestedEventArgs

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

Declaration

Source position: uWVCoreWebView2Args.pas line 1392

type TCoreWebView2ClientCertificateRequestedEventArgs = class

protected

  FBaseIntf: ICoreWebView2ClientCertificateRequestedEventArgs;

  

  function GetInitialized;

  

  function GetHost;

  

  function GetPort;

  

  function GetIsProxy;

  

  function GetAllowedCertificateAuthorities;

  

  function GetMutuallyTrustedCertificates;

  

  function GetSelectedCertificate;

  

  function GetCancel;

  

  function GetHandled;

  

  function GetDeferral;

  

  procedure SetSelectedCertificate();

  

  procedure SetCancel();

  

  procedure SetHandled();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  property Initialized: Boolean; [r]

  

  property BaseIntf: ICoreWebView2ClientCertificateRequestedEventArgs; [r]

  

  property Host: wvstring; [r]

  

  property Port: Integer; [r]

  

  property IsProxy: Boolean; [r]

  

  property AllowedCertificateAuthorities: ICoreWebView2StringCollection; [r]

  

  property MutuallyTrustedCertificates: ICoreWebView2ClientCertificateCollection; [r]

  

  property SelectedCertificate: ICoreWebView2ClientCertificate; [rw]

  

  property Cancel: Boolean; [rw]

  

  property Handled: Boolean; [rw]

  

  property Deferral: ICoreWebView2Deferral; [r]

  

end;

Inheritance

TCoreWebView2ClientCertificateRequestedEventArgs

  

|

TObject



CT Web help

CodeTyphon Studio