Share via


CmsSigner.UnsignedAttributes Propiedad

Definición

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

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

Valor de propiedad

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

Comentarios

Un ejemplo de un atributo sin signo que podría incluirse en la CryptographicAttributeObjectCollection colección recuperada por la UnsignedAttributes propiedad es una contrafirma.

Se aplica a

Consulte también