SignedCms.Certificates Eigenschap

Definitie

De Certificates eigenschap haalt de certificaten op die zijn gekoppeld aan het gecodeerde CMS/PKCS #7-bericht.

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

Waarde van eigenschap

Een X509Certificate2Collection verzameling die de set certificaten vertegenwoordigt voor het gecodeerde CMS/PKCS #7-bericht.

Van toepassing op

Zie ook