SignerInfo.UnsignedAttributes Propriété

Définition

La propriété UnsignedAttributes récupère la collection CryptographicAttributeObjectCollection d'attributs non signés qui est associée au contenu SignerInfo. Les attributs non signés peuvent être modifiés sans invalider la signature.

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

Valeur de propriété

Collection CryptographicAttributeObjectCollection qui représente les attributs non signés. En l'absence d'attribut non signé, la propriété est une collection vide.

Remarques

Les attributs non signés ne sont pas signés avec le reste du contenu du SignedCms message. Même si une partie vérifie correctement la signature, les attributs non signés peuvent avoir été modifiés et ne doivent pas être considérés comme authentiques ou intègres.

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 contresignature.

S’applique à

Voir aussi