CmsSigner.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.
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(); };
public System.Security.Cryptography.CryptographicAttributeObjectCollection UnsignedAttributes { get; }
member this.UnsignedAttributes : System.Security.Cryptography.CryptographicAttributeObjectCollection
Public ReadOnly Property UnsignedAttributes As CryptographicAttributeObjectCollection
Valeur de propriété
Collections d’attributs à associer à cette signature qui ne sont pas protégés 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.