ManagedAuthenticatedEncryptorDescriptorDeserializer Class
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.
A class that can deserialize an XElement that represents the serialized version of an ManagedAuthenticatedEncryptorDescriptor.
public ref class ManagedAuthenticatedEncryptorDescriptorDeserializer sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::IAuthenticatedEncryptorDescriptorDeserializer
public sealed class ManagedAuthenticatedEncryptorDescriptorDeserializer : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer
type ManagedAuthenticatedEncryptorDescriptorDeserializer = class
interface IAuthenticatedEncryptorDescriptorDeserializer
Public NotInheritable Class ManagedAuthenticatedEncryptorDescriptorDeserializer
Implements IAuthenticatedEncryptorDescriptorDeserializer
- Inheritance
-
ManagedAuthenticatedEncryptorDescriptorDeserializer
- Implements
Constructors
ManagedAuthenticatedEncryptorDescriptorDeserializer() | |
ManagedAuthenticatedEncryptorDescriptorDeserializer(IServiceProvider) |
Methods
ImportFromXml(XElement) |
Imports the ManagedAuthenticatedEncryptorDescriptor from serialized XML. |