SignedCms.SignerInfos Propriedade

Definição

A SignerInfos propriedade recupera a SignerInfoCollection coleção associada à mensagem CMS/PKCS nº 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

Um SignerInfoCollection objeto que representa as informações do signatário para a mensagem CMS/PKCS nº 7.

Aplica-se a

Confira também