CertificateChain.GetCertificates(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從憑證鏈結取得憑證的清單。
public:
virtual IVectorView<Certificate ^> ^ GetCertificates(bool includeRoot) = GetCertificates;
IVectorView<Certificate> GetCertificates(bool const& includeRoot);
public IReadOnlyList<Certificate> GetCertificates(bool includeRoot);
function getCertificates(includeRoot)
Public Function GetCertificates (includeRoot As Boolean) As IReadOnlyList(Of Certificate)
參數
- includeRoot
-
Boolean
bool
True 是表示 在結果中包含根憑證;否則為 false。
傳回
憑證鏈結中的憑證清單。