SignedCms.SignerInfos Proprietà

Definizione

La SignerInfos proprietà recupera la SignerInfoCollection raccolta associata al messaggio CMS/PKCS #7.

public:
 property System::Security::Cryptography::Pkcs::SignerInfoCollection ^ SignerInfos { System::Security::Cryptography::Pkcs::SignerInfoCollection ^ get(); };
public System.Security.Cryptography.Pkcs.SignerInfoCollection SignerInfos { get; }
member this.SignerInfos : System.Security.Cryptography.Pkcs.SignerInfoCollection
Public ReadOnly Property SignerInfos As SignerInfoCollection

Valore della proprietà

Oggetto SignerInfoCollection che rappresenta le informazioni sul firmatario per il messaggio CMS/PKCS #7.

Si applica a

Vedi anche