SignedCms.SignerInfos Egenskap

Definition

Egenskapen SignerInfos hämtar samlingen SignerInfoCollection som är associerad med CMS/PKCS #7-meddelandet.

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

Egenskapsvärde

Ett SignerInfoCollection objekt som representerar undertecknarinformationen för CMS/PKCS #7-meddelandet.

Gäller för

Se även