CngCbcAuthenticatedEncryptorDescriptor Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Descripteur qui peut créer un système de chiffrement authentifié basé sur la configuration fournie par un CngCbcAuthenticatedEncryptorConfiguration objet.
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
- Héritage
-
CngCbcAuthenticatedEncryptorDescriptor
- Implémente
Constructeurs
CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptionSettings, ISecret, IServiceProvider) |
Descripteur qui peut créer un système de chiffrement authentifié basé sur la configuration fournie par un CngCbcAuthenticatedEncryptorConfiguration objet. |
CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptionSettings, ISecret) |
Descripteur qui peut créer un système de chiffrement authentifié basé sur la configuration fournie par un CngCbcAuthenticatedEncryptorConfiguration objet. |
CngCbcAuthenticatedEncryptorDescriptor(CngCbcAuthenticatedEncryptorConfiguration, ISecret) |
Initialise une nouvelle instance de CngCbcAuthenticatedEncryptorDescriptor. |
Méthodes
CreateEncryptorInstance() |
Descripteur qui peut créer un système de chiffrement authentifié basé sur la configuration fournie par un CngCbcAuthenticatedEncryptorConfiguration objet. |
ExportToXml() |
Exporte le descripteur actuel au format XML. |