CoreWebView2ClientCertificateRequestedEventArgs.MutuallyTrustedCertificates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)