HttpServerCustomValidationRequestedEventArgs.ServerIntermediateCertificates 屬性

定義

取得中繼憑證鏈結,結尾為與遠端憑證相關聯的根 CA。

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)

屬性值

中繼憑證鏈結,結尾為與遠端憑證相關聯的根 CA。

適用於