次の方法で共有


CmsSigner.Certificates プロパティ

定義

WholeChain および ExcludeRoot と見なされる証明書のコレクションを取得します。

public:
 property System::Security::Cryptography::X509Certificates::X509Certificate2Collection ^ Certificates { System::Security::Cryptography::X509Certificates::X509Certificate2Collection ^ get(); };
public System.Security.Cryptography.X509Certificates.X509Certificate2Collection Certificates { get; }
member this.Certificates : System.Security.Cryptography.X509Certificates.X509Certificate2Collection
Public ReadOnly Property Certificates As X509Certificate2Collection

プロパティ値

ExcludeRootで考慮される証明書のWholeChainコレクション。

注釈

このコレクション内の証明書は、 が複数の証明書をX509Chain含める必要があることを示す場合IncludeOptionに を介して X509ChainPolicy.ExtraStore に提供されます。 このコレクションの一部であり、値に関連 IncludeOption しない証明書はすべて無視されます。

適用対象

こちらもご覧ください