CngGcmAuthenticatedEncryptorFactory 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.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
- Ereditarietà
-
CngGcmAuthenticatedEncryptorFactory
- Implementazioni
Costruttori
CngGcmAuthenticatedEncryptorFactory(ILoggerFactory) |
Inizializza una nuova istanza di CngCbcAuthenticatedEncryptorFactory. |
Metodi
CreateEncryptorInstance(IKey) |
Crea un'istanza IAuthenticatedEncryptor in base all'oggetto specificato Descriptor. |