CngCbcAuthenticatedEncryptorFactory 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.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
- Herencia
-
CngCbcAuthenticatedEncryptorFactory
- Implementaciones
Constructores
CngCbcAuthenticatedEncryptorFactory(ILoggerFactory) |
Inicializa una nueva instancia de la clase CngCbcAuthenticatedEncryptorFactory. |
Métodos
CreateEncryptorInstance(IKey) |
Crea una IAuthenticatedEncryptor instancia basada en el especificado Descriptor. |