PCCertificate.CertificateChainInformation 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.
Gets the collection of CertificateInfo for the certificate chain.
public override System.Collections.Generic.IList<Microsoft.Media.Drm.CertificateInfo> CertificateChainInformation { get; }
member this.CertificateChainInformation : System.Collections.Generic.IList<Microsoft.Media.Drm.CertificateInfo>
Public Overrides ReadOnly Property CertificateChainInformation As IList(Of CertificateInfo)
Property Value
The collection of CertificateInfo for the certificate chain.