次の方法で共有


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 で終わる。

適用対象