AuthenticatedEncryptorDescriptorDeserializer Class

Definition

A class that can deserialize an XElement that represents the serialized version of an AuthenticatedEncryptorDescriptor.

public ref class AuthenticatedEncryptorDescriptorDeserializer sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::IAuthenticatedEncryptorDescriptorDeserializer
public sealed class AuthenticatedEncryptorDescriptorDeserializer : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer
type AuthenticatedEncryptorDescriptorDeserializer = class
    interface IAuthenticatedEncryptorDescriptorDeserializer
Public NotInheritable Class AuthenticatedEncryptorDescriptorDeserializer
Implements IAuthenticatedEncryptorDescriptorDeserializer
Inheritance
AuthenticatedEncryptorDescriptorDeserializer
Implements

Constructors

AuthenticatedEncryptorDescriptorDeserializer()
AuthenticatedEncryptorDescriptorDeserializer(IServiceProvider)

Methods

ImportFromXml(XElement)

Imports the AuthenticatedEncryptorDescriptor from serialized XML.

Applies to