AuthenticatedEncryptorDescriptor Třída

Definice

Popisovač, který může vytvořit ověřený šifrovací systém na základě konfigurace poskytované objektem AuthenticatedEncryptorConfiguration .

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
Dědičnost
AuthenticatedEncryptorDescriptor
Implementuje

Konstruktory

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

Inicializuje novou instanci .AuthenticatedEncryptorDescriptor

Metody

CreateEncryptorInstance()
ExportToXml()

Exportuje aktuální popisovač do XML.

Platí pro