SignedCms.SignerInfos Proprietà

Definizione

La proprietà SignerInfos recupera l'insieme SignerInfoCollection associato 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à

SignerInfoCollection

Oggetto SignerInfoCollection che rappresenta le informazioni sul firmatario relative al messaggio CMS/PKCS #7.

Si applica a

Vedi anche