SignedCms.SignerInfos Propiedad

Definición

La SignerInfos propiedad recupera la SignerInfoCollection colección asociada al mensaje 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

Valor de propiedad

Objeto SignerInfoCollection que representa la información del firmante del mensaje CMS/PKCS #7.

Se aplica a

Consulte también