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

逆シリアル化する要素。

戻り値

IAuthenticatedEncryptorDescriptorelement表される 。

適用対象