SignedCms.SignerInfos Eigenschap

Definitie

Met SignerInfos de eigenschap wordt de SignerInfoCollection verzameling opgehaald die is gekoppeld aan het bericht 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

Waarde van eigenschap

Een SignerInfoCollection object dat de ondertekenaargegevens voor het CMS/PKCS #7-bericht vertegenwoordigt.

Van toepassing op

Zie ook