AuthenticatedEncryptorFactory Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ein IAuthenticatedEncryptorFactory , um eine IAuthenticatedEncryptor basierend auf zu AuthenticatedEncryptorConfigurationerstellen.
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
- Vererbung
-
AuthenticatedEncryptorFactory
- Implementiert
Konstruktoren
AuthenticatedEncryptorFactory(ILoggerFactory) |
Initialisiert eine neue Instanz von AuthenticatedEncryptorFactory. |
Methoden
CreateEncryptorInstance(IKey) |
Erstellt eine IAuthenticatedEncryptor instance basierend auf dem angegebenen Descriptor. |