Share via


SignedCms.SignerInfos Propriété

Définition

La propriété SignerInfos récupère la collection SignerInfoCollection associée au message 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

Valeur de propriété

Objet SignerInfoCollection qui représente les informations relatives au signataire du message CMS/PKCS #7.

S’applique à

Voir aussi