CmsSigner.UnsignedAttributes Propriété

Définition

Obtient une collection d’attributs à associer à cette signature qui ne sont pas protégés par la signature.

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

Valeur de propriété

CryptographicAttributeObjectCollection

Collections d’attributs à associer à cette signature qui ne sont pas protégées par la signature.

Remarques

Un exemple d’attribut non signé qui peut être inclus dans la CryptographicAttributeObjectCollection collection récupérée par la UnsignedAttributes propriété est une contre-signature.

S’applique à

Voir aussi