AuthenticatedEncryptorFactory Class

Definition

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
Inheritance
AuthenticatedEncryptorFactory
Implements

Constructors

AuthenticatedEncryptorFactory(ILoggerFactory)

Initializes a new instance of AuthenticatedEncryptorFactory.

Methods

CreateEncryptorInstance(IKey)

Creates an IAuthenticatedEncryptor instance based on the given Descriptor.

Applies to