CngCbcAuthenticatedEncryptorDescriptorDeserializer.ImportFromXml Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Imports the CngCbcAuthenticatedEncryptorDescriptor from serialized 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
Parameters
- element
- XElement