NullXmlEncryptor.Encrypt(XElement) 메서드

정의

암호화되지 않은 원래 값을 plaintextElement 반환하여 null 암호화기를 사용하여 지정된 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

매개 변수

plaintextElement
XElement

다시 에코할 일반 텍스트입니다.

반환

EncryptedXmlInfo 의 null 암호화된 값 plaintextElement 과 암호 해독 방법에 대한 정보가 포함된 입니다.

구현

적용 대상