IAuthenticatedEncryptorDescriptorDeserializer.ImportFromXml(XElement) 메서드

정의

지정된 XML 요소를 역직렬화합니다.

public:
 Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::IAuthenticatedEncryptorDescriptor ^ ImportFromXml(System::Xml::Linq::XElement ^ element);
public Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor ImportFromXml (System.Xml.Linq.XElement element);
abstract member ImportFromXml : System.Xml.Linq.XElement -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor
Public Function ImportFromXml (element As XElement) As IAuthenticatedEncryptorDescriptor

매개 변수

element
XElement

역직렬화할 요소입니다.

반환

IAuthenticatedEncryptorDescriptor 표현되는 입니다 element.

적용 대상