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

X509Certificate2Collection 集合,表示已編碼之 CMS/PKCS #7 訊息的憑證集合。

適用於

另請參閱