다음을 통해 공유


AuthenticatedEncryptorDescriptorDeserializer.ImportFromXml(XElement) 메서드

정의

직렬화된 XML에서 를 AuthenticatedEncryptorDescriptor 가져옵니다.

public:
 virtual 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
override this.ImportFromXml : System.Xml.Linq.XElement -> Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor
Public Function ImportFromXml (element As XElement) As IAuthenticatedEncryptorDescriptor

매개 변수

element
XElement

반환

구현

적용 대상