IXmlEncryptor.Encrypt(XElement) Méthode
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.
Chiffre le spécifié XElement.
public:
Microsoft::AspNetCore::DataProtection::XmlEncryption::EncryptedXmlInfo ^ Encrypt(System::Xml::Linq::XElement ^ plaintextElement);
public Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlInfo Encrypt (System.Xml.Linq.XElement plaintextElement);
abstract member Encrypt : System.Xml.Linq.XElement -> Microsoft.AspNetCore.DataProtection.XmlEncryption.EncryptedXmlInfo
Public Function Encrypt (plaintextElement As XElement) As EncryptedXmlInfo
Paramètres
- plaintextElement
- XElement
Texte en clair à chiffrer.
Retours
EncryptedXmlInfo qui contient la valeur chiffrée de ainsi que des plaintextElement
informations sur la façon de la déchiffrer.
Remarques
Les implémentations de cette méthode ne doivent pas muter le XElement instance fourni par plaintextElement
.