CngCbcAuthenticatedEncryptorFactory Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Oggetto IAuthenticatedEncryptorFactory per la 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
- Ereditarietà
-
CngCbcAuthenticatedEncryptorFactory
- Implementazioni
Costruttori
CngCbcAuthenticatedEncryptorFactory(ILoggerFactory) |
Inizializza una nuova istanza di CngCbcAuthenticatedEncryptorFactory. |
Metodi
CreateEncryptorInstance(IKey) |
Crea un'istanza IAuthenticatedEncryptor in base all'oggetto specificato Descriptor. |