Sdílet prostřednictvím


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)

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

AuthenticatedEncryptorDescriptor(AuthenticatedEncryptionSettings, ISecret, IServiceProvider)

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

AuthenticatedEncryptorDescriptor(AuthenticatedEncryptorConfiguration, ISecret)

Inicializuje novou instanci objektu AuthenticatedEncryptorDescriptor.

Metody

CreateEncryptorInstance()

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

ExportToXml()

Exportuje aktuální popisovač do XML.

Platí pro