Partager via


IXmlEncryptor.Encrypt(XElement) Méthode

Définition

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.

S’applique à