Partager via


NullXmlEncryptor.Encrypt(XElement) Méthode

Définition

Chiffre le spécifié XElement avec un encrypteur null, c’est-à-dire en retournant la valeur d’origine non plaintextElement chiffrée.

public:
 virtual 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
override this.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 à renvoyer.

Retours

EncryptedXmlInfo qui contient la valeur chiffrée null de ainsi que des plaintextElement informations sur la façon de la déchiffrer.

Implémente

S’applique à