CoreWebView2Certificate.PemEncodedIssuerCertificateChain 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 list of PEM encoded 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)