共用方式為


NullXmlEncryptor.Encrypt(XElement) 方法

定義

使用 Null 加密器加密指定的 XElement ,亦即傳回未加密的原始值 plaintextElement

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

參數

plaintextElement
XElement

要回顯的純文字。

傳回

EncryptedXmlInfo,其中包含 的 Null 加密值 plaintextElement ,以及如何解密它的相關資訊。

實作

適用於