Udostępnij za pośrednictwem


AuthenticatedEncryptorDescriptorDeserializer.ImportFromXml(XElement) Metoda

Definicja

Importuje element z serializowanego AuthenticatedEncryptorDescriptor kodu XML.

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

Parametry

element
XElement

Zwraca

Implementuje

Dotyczy