AuthenticatedEncryptorDescriptor Class

Definition

A descriptor which can create an authenticated encryption system based upon the configuration provided by an AuthenticatedEncryptorConfiguration object.

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

Constructors

AuthenticatedEncryptorDescriptor(AuthenticatedEncryptionSettings, ISecret)
AuthenticatedEncryptorDescriptor(AuthenticatedEncryptionSettings, ISecret, IServiceProvider)
AuthenticatedEncryptorDescriptor(AuthenticatedEncryptorConfiguration, ISecret)

Initializes a new instance of AuthenticatedEncryptorDescriptor.

Methods

CreateEncryptorInstance()
ExportToXml()

Exports the current descriptor to XML.

Applies to