CngGcmAuthenticatedEncryptorFactory Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Interfaz IAuthenticatedEncryptorFactory para 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
- Herencia
-
CngGcmAuthenticatedEncryptorFactory
- Implementaciones
Constructores
CngGcmAuthenticatedEncryptorFactory(ILoggerFactory) |
Inicializa una nueva instancia de la clase CngCbcAuthenticatedEncryptorFactory. |
Métodos
CreateEncryptorInstance(IKey) |
Crea una IAuthenticatedEncryptor instancia basada en el especificado Descriptor. |