Returns an ICoreWebView2Deferral object. Use this operation to complete the event at a later time.
Returns the ICoreWebView2StringCollection. The collection contains Base64 encoding of DER encoded distinguished names of certificate authorities allowed by the server.
You may set this flag to cancel the certificate selection. If canceled, the request is aborted regardless of the Handled property. By default the value is FALSE.
You may set this flag to TRUE to respond to the server with or without a certificate. If this flag is TRUE with a SelectedCertificate it responds to the server with the selected certificate otherwise respond to the server without a certificate. By default the value of Handled and Cancel are FALSE and display default client certificate selection dialog prompt to allow the user to choose a certificate. The SelectedCertificate is ignored unless Handled is set TRUE.
Host name of the server that requested client certificate authentication. Normalization rules applied to the hostname are: * Convert to lowercase characters for ascii characters. * Punycode is used for representing non ascii characters. * Strip square brackets for IPV6 address.
Returns true if the server that issued this request is an http proxy. Returns false if the server is the origin server.
Returns the ICoreWebView2ClientCertificateCollection when client certificate authentication is requested. The collection contains mutually trusted CA certificates.
Port of the server that requested client certificate authentication.
Returns the selected certificate.
Sets the Cancel property.
Sets the Handled property.
Sets the certificate to respond to the server.