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