HttpServerCustomValidationRequestedEventArgs.ServerIntermediateCertificates Property

Definition

Gets the chain of intermediate certificates, ending in the root CA associated with the remote certificate.

public:
 property IVectorView<Certificate ^> ^ ServerIntermediateCertificates { IVectorView<Certificate ^> ^ get(); };
IVectorView<Certificate> ServerIntermediateCertificates();
public IReadOnlyList<Certificate> ServerIntermediateCertificates { get; }
var iVectorView = httpServerCustomValidationRequestedEventArgs.serverIntermediateCertificates;
Public ReadOnly Property ServerIntermediateCertificates As IReadOnlyList(Of Certificate)

Property Value

The chain of intermediate certificates, ending in the root CA associated with the remote certificate.

Applies to