CngCbcAuthenticatedEncryptorFactory 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.
Élément IAuthenticatedEncryptorFactory correspondant à l'objet Microsoft.AspNetCore.DataProtection.Cng.CbcAuthenticatedEncryptor.
public ref class CngCbcAuthenticatedEncryptorFactory sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::IAuthenticatedEncryptorFactory
public sealed class CngCbcAuthenticatedEncryptorFactory : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory
type CngCbcAuthenticatedEncryptorFactory = class
interface IAuthenticatedEncryptorFactory
Public NotInheritable Class CngCbcAuthenticatedEncryptorFactory
Implements IAuthenticatedEncryptorFactory
- Héritage
-
CngCbcAuthenticatedEncryptorFactory
- Implémente
Constructeurs
CngCbcAuthenticatedEncryptorFactory(ILoggerFactory) |
Initialise une nouvelle instance de CngCbcAuthenticatedEncryptorFactory. |
Méthodes
CreateEncryptorInstance(IKey) |
Crée un IAuthenticatedEncryptor instance basé sur le donnéDescriptor. |