Table of Contents

Property IntermediateCertificates

Namespace
DotNetBrowser.Net.Certificates
Assembly
DotNetBrowser.dll

IntermediateCertificates

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

public IReadOnlyList<Certificate> IntermediateCertificates { get; }

Property Value

IReadOnlyList<Certificate>

The list of intermediate certificates.