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.23.2
Syntax public IReadOnlyList<Certificate> IntermediateCertificates { get; }
Property Value
Type:
IReadOnlyListCertificateThe list of intermediate certificates.
See Also