SignedCms.Certificates プロパティ

定義

Certificates プロパティは、エンコードされた CMS/PKCS #7 メッセージに関連付けられた証明書を取得します。

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

プロパティ値

X509Certificate2Collection

エンコードされた CMS/PKCS #7 メッセージで使用する証明書セットを表す X509Certificate2Collection コレクション。

適用対象

こちらもご覧ください