SignerInfo.UnsignedAttributes Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 ayant l’authenticité ou l’intégrité.
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.