次の方法で共有


NullXmlEncryptor.Encrypt(XElement) メソッド

定義

指定された XElement を null 暗号化器で暗号化します。つまり、暗号化されていないの元の 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と、暗号化を解除する方法に関する情報を格納する 。

実装

適用対象