HttpTransportInformation.ServerIntermediateCertificates 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得伺服器在這個 HttpTransportInformation 物件上 SSL 交涉期間所傳送的中繼憑證。
public:
property IVectorView<Certificate ^> ^ ServerIntermediateCertificates { IVectorView<Certificate ^> ^ get(); };
IVectorView<Certificate> ServerIntermediateCertificates();
public IReadOnlyList<Certificate> ServerIntermediateCertificates { get; }
var iVectorView = httpTransportInformation.serverIntermediateCertificates;
Public ReadOnly Property ServerIntermediateCertificates As IReadOnlyList(Of Certificate)
屬性值
伺服器在此 HttpTransportInformation 物件上的 SSL 交涉期間所傳送的憑證集。
備註
這個屬性會傳回用於 SSL 連線的轉送伺服器證書。 這些憑證是由伺服器在 SSL 連線交涉期間提供。 傳回向量中 Certificate 物件的屬性可用來判斷憑證的詳細資訊。
這個屬性也可以用來強制執行比使用傳回的 Certificate 物件的預設連線更強的安全性。 當應用程式需要比標準 SSL 交涉更強的安全性時,可以使用CertificateChain物件上的Certificate物件和方法上的BuildChainAsync方法和其他屬性。