EnvelopedCms.UnprotectedAttributes Propriété
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 la collection des attributs (non chiffrés) non protégés associés au message CMS/PKCS#7 enveloppé.
public:
property System::Security::Cryptography::CryptographicAttributeObjectCollection ^ UnprotectedAttributes { System::Security::Cryptography::CryptographicAttributeObjectCollection ^ get(); };
public System.Security.Cryptography.CryptographicAttributeObjectCollection UnprotectedAttributes { get; }
member this.UnprotectedAttributes : System.Security.Cryptography.CryptographicAttributeObjectCollection
Public ReadOnly Property UnprotectedAttributes As CryptographicAttributeObjectCollection
Collection d’attributs non protégés (non chiffrés) associés au message CMS/PKCS#7 enveloppe.
Lorsque la EnvelopedCms classe est utilisée pour chiffrer des données, le contenu de cette collection est incorporé dans le message en attente pendant l’appel à l’une Encrypt des méthodes. Les modifications après l’opération de chiffrement n’ont aucun effet.
La valeur de cette propriété est remplacée par un autre objet de collection lors d’un appel à Decode, qui représente ensuite les attributs qui ont été attachés au message sans être chiffrés.
Produit | Versions |
---|---|
.NET | Core 1.0, Core 1.1, 6 (package-provided), 7 (package-provided), 8 (package-provided), 9 (package-provided) |
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7 (package-provided), 4.7, 4.7.1 (package-provided), 4.7.1, 4.7.2 (package-provided), 4.7.2, 4.8 (package-provided), 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided), 2.1 (package-provided) |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :