ManagedAuthenticatedEncryptorDescriptorDeserializer Class¶
A class that can deserialize an System.Xml.Linq.XElement that represents the serialized version
of an Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorDescriptor.
- Namespace
Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel- Assemblies
- Microsoft.AspNetCore.DataProtection
Syntax¶
public sealed class ManagedAuthenticatedEncryptorDescriptorDeserializer : IAuthenticatedEncryptorDescriptorDeserializer
-
class
Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorDescriptorDeserializer
Constructors¶
-
ManagedAuthenticatedEncryptorDescriptorDeserializer()¶ public ManagedAuthenticatedEncryptorDescriptorDeserializer()
-
ManagedAuthenticatedEncryptorDescriptorDeserializer(System.IServiceProvider) public ManagedAuthenticatedEncryptorDescriptorDeserializer(IServiceProvider services)
-
Methods¶
-
ImportFromXml(System.Xml.Linq.XElement)¶ Imports the
Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorDescriptorfrom serialized XML.Return type: Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor public IAuthenticatedEncryptorDescriptor ImportFromXml(XElement element)
-