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。
戻り値
証明書チェーンからの証明書の一覧。