CoreWebView2ClientCertificate.PemEncodedIssuerCertificateChain Property

Definition

Returns list of PEM encoded client certificate issuer chain. In this list first element is the current certificate followed by intermediate1, intermediate2...intermediateN-1. Root certificate is the last element in the list.

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

Property Value

Applies to