Click or drag to resize

Certificate.IntermediateCertificates 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.27.11
Syntax
C#
public IReadOnlyList<Certificate> IntermediateCertificates { get; }

Property Value

Type: IReadOnlyList<Certificate>
The list of intermediate certificates.
See Also