AuthenticatedEncryptorFactory Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Element IAuthenticatedEncryptorFactory do utworzenia na IAuthenticatedEncryptor podstawie elementu AuthenticatedEncryptorConfiguration.
public ref class AuthenticatedEncryptorFactory sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::IAuthenticatedEncryptorFactory
public sealed class AuthenticatedEncryptorFactory : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory
type AuthenticatedEncryptorFactory = class
interface IAuthenticatedEncryptorFactory
Public NotInheritable Class AuthenticatedEncryptorFactory
Implements IAuthenticatedEncryptorFactory
- Dziedziczenie
-
AuthenticatedEncryptorFactory
- Implementuje
Konstruktory
AuthenticatedEncryptorFactory(ILoggerFactory) |
Inicjuje nowe wystąpienie klasy AuthenticatedEncryptorFactory. |
Metody
CreateEncryptorInstance(IKey) |
IAuthenticatedEncryptor Tworzy wystąpienie na podstawie danego Descriptorelementu . |