CoreWebView2ClientCertificateRequestedEventArgs.MutuallyTrustedCertificates Property

Definition

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

public System.Collections.Generic.IReadOnlyList<Microsoft.Web.WebView2.Core.CoreWebView2ClientCertificate> MutuallyTrustedCertificates { get; }
public System.Collections.Generic.IReadOnlyList<Microsoft.Web.WebView2.Core.CoreWebView2Certificate> MutuallyTrustedCertificates { get; }
member this.MutuallyTrustedCertificates : System.Collections.Generic.IReadOnlyList<Microsoft.Web.WebView2.Core.CoreWebView2ClientCertificate>
member this.MutuallyTrustedCertificates : System.Collections.Generic.IReadOnlyList<Microsoft.Web.WebView2.Core.CoreWebView2Certificate>
Public ReadOnly Property MutuallyTrustedCertificates As IReadOnlyList(Of CoreWebView2ClientCertificate)
Public ReadOnly Property MutuallyTrustedCertificates As IReadOnlyList(Of CoreWebView2Certificate)

Property Value

Applies to