CoreWebView2ClientCertificateRequestedEventArgs.AllowedCertificateAuthorities Property

Definition

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

public System.Collections.Generic.IReadOnlyList<string> AllowedCertificateAuthorities { get; }
member this.AllowedCertificateAuthorities : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property AllowedCertificateAuthorities As IReadOnlyList(Of String)

Property Value

Applies to