Freigeben über


CngCbcAuthenticatedEncryptorDescriptor Klasse

Definition

Ein Deskriptor, der basierend auf der von einem Objekt bereitgestellten Konfiguration ein CngCbcAuthenticatedEncryptorConfiguration authentifiziertes Verschlüsselungssystem erstellen kann.

public ref class CngCbcAuthenticatedEncryptorDescriptor sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::IAuthenticatedEncryptorDescriptor
public sealed class CngCbcAuthenticatedEncryptorDescriptor : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptor
type CngCbcAuthenticatedEncryptorDescriptor = class
    interface IAuthenticatedEncryptorDescriptor
Public NotInheritable Class CngCbcAuthenticatedEncryptorDescriptor
Implements IAuthenticatedEncryptorDescriptor
Vererbung
CngCbcAuthenticatedEncryptorDescriptor
Implementiert

Konstruktoren

CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptionSettings, ISecret, IServiceProvider)

Ein Deskriptor, der basierend auf der von einem Objekt bereitgestellten Konfiguration ein CngCbcAuthenticatedEncryptorConfiguration authentifiziertes Verschlüsselungssystem erstellen kann.

CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptionSettings, ISecret)

Ein Deskriptor, der basierend auf der von einem Objekt bereitgestellten Konfiguration ein CngCbcAuthenticatedEncryptorConfiguration authentifiziertes Verschlüsselungssystem erstellen kann.

CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptorConfiguration, ISecret)

Initialisiert eine neue Instanz von CngCbcAuthenticatedEncryptorDescriptor.

Methoden

CreateEncryptorInstance()

Ein Deskriptor, der basierend auf der von einem Objekt bereitgestellten Konfiguration ein CngCbcAuthenticatedEncryptorConfiguration authentifiziertes Verschlüsselungssystem erstellen kann.

ExportToXml()

Exportiert den aktuellen Deskriptor in XML.

Gilt für: