Freigeben über


SignedCms.SignerInfos Eigenschaft

Definition

Die SignerInfos-Eigenschaft ruft die der CMS/PKCS #7-Meldung zugeordnete SignerInfoCollection-Auflistung ab.

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

Eigenschaftswert

Ein SignerInfoCollection-Objekt, das die Signaturgeberinformationen für die CMS/PKCS #7-Meldung angibt.

Gilt für:

Weitere Informationen