SignedCms.SignerInfos Propiedad

Definición

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

SignerInfoCollection

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

Se aplica a

Consulte también