IXmlEncryptor.Encrypt(XElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
加密指定的 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
参数
- plaintextElement
- XElement
要加密的纯文本。
返回
一个 , EncryptedXmlInfo 它包含 的 plaintextElement
加密值以及有关如何解密它的信息。
注解
此方法的实现不得改变 XElement 提供的 plaintextElement
实例。