SignedCms.SignerInfos Eigenschaft

Definition

Die SignerInfos Eigenschaft ruft die Auflistung ab, die SignerInfoCollection der CMS/PKCS #7-Nachricht zugeordnet ist.

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 Signiererinformationen für die CMS/PKCS #7-Nachricht darstellt.

Gilt für:

Weitere Informationen