Share via


SignedCms.Certificates Proprietà

Definizione

La proprietà Certificates recupera i certificati associati al messaggio CMS/PKCS #7 codificato.

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

Valore della proprietà

Insieme X509Certificate2Collection che rappresenta il set di certificati per il messaggio CMS/PKCS #7 codificato.

Si applica a

Vedi anche