Freigeben über


DpapiNGXmlEncryptor.Encrypt(XElement) Methode

Definition

Verschlüsselt die angegebene XElement.

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

Parameter

plaintextElement
XElement

Der zu verschlüsselnde Klartext.

Gibt zurück

Eine EncryptedXmlInfo , die den verschlüsselten Wert von plaintextElement zusammen mit Informationen zur Entschlüsselung enthält.

Implementiert

Gilt für: