SignedCms.SignerInfos Propriedade

Definição

A propriedade SignerInfos recupera a coleção SignerInfoCollection associada à mensagem 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 da propriedade

SignerInfoCollection

Um objeto SignerInfoCollection que representa as informações de signatário da mensagem CMS/PKCS #7.

Aplica-se a

Confira também