CoreWebView2ClientCertificateRequestedEventArgs Class

Definition

Event args for the ClientCertificateRequested event.

public class CoreWebView2ClientCertificateRequestedEventArgs : EventArgs
type CoreWebView2ClientCertificateRequestedEventArgs = class
    inherit EventArgs
Public Class CoreWebView2ClientCertificateRequestedEventArgs
Inherits EventArgs
Inheritance
CoreWebView2ClientCertificateRequestedEventArgs

Properties

AllowedCertificateAuthorities

The list contains Base64 encoding of DER encoded distinguished names of certificate authorities allowed by the server.

Cancel

Indicates whether to cancel the certificate selection.

Handled

Indicates whether the event has been handled by host.

Host

Returns host name of the server that requested client certificate authentication.

IsProxy

Returns true if the server that issued this request is an http proxy. Returns false if the server is the origin server.

MutuallyTrustedCertificates

Returns the list of CoreWebView2ClientCertificate when client certificate authentication is requested. The list contains mutually trusted CA certificate.

Port

Returns port of the server that requested client certificate authentication.

SelectedCertificate

Selected certificate to respond to the server.

Methods

GetDeferral()

Gets a CoreWebView2Deferral object.

Applies to