Click or drag to resize

CertificateIntermediateCertificates Property

Gets the list of intermediate certificates associated with this certificate that may be needed for chain building.

Namespace:  DotNetBrowser.Net.Certificates
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public IReadOnlyList<Certificate> IntermediateCertificates { get; }

Property Value

Type: IReadOnlyListCertificate
The list of intermediate certificates.
See Also