HttpServerCustomValidationRequestedEventArgs.ServerIntermediateCertificates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.