Compartir vía


CmsSigner.SignedAttributes Propiedad

Definición

Obtiene una colección de atributos que se van a asociar a esta firma y que también están protegidos por la firma.

public:
 property System::Security::Cryptography::CryptographicAttributeObjectCollection ^ SignedAttributes { System::Security::Cryptography::CryptographicAttributeObjectCollection ^ get(); };
public System.Security.Cryptography.CryptographicAttributeObjectCollection SignedAttributes { get; }
member this.SignedAttributes : System.Security.Cryptography.CryptographicAttributeObjectCollection
Public ReadOnly Property SignedAttributes As CryptographicAttributeObjectCollection

Valor de propiedad

Colecciones de atributos que se van a asociar a esta firma que también están protegidas por la firma.

Comentarios

Un ejemplo de un atributo firmado que podría incluirse en la CryptographicAttributeObjectCollection colección recuperada por la SignedAttributes propiedad es el atributo de Pkcs9SigningTime hora de firma.

Un Pkcs9ContentType objeto y un Pkcs9MessageDigest objeto se generarán automáticamente y se colocarán en la SignerInfo.SignedAttributes propiedad para el firmante correspondiente siempre que la SignedAttributes propiedad no esté vacía.

Se aplica a

Consulte también