AuthenticatedEncryptorFactory Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An IAuthenticatedEncryptorFactory to create an IAuthenticatedEncryptor based on the 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
- Inheritance
-
AuthenticatedEncryptorFactory
- Implements
Constructors
AuthenticatedEncryptorFactory(ILoggerFactory) |
Initializes a new instance of AuthenticatedEncryptorFactory. |
Methods
CreateEncryptorInstance(IKey) |
Creates an IAuthenticatedEncryptor instance based on the given Descriptor. |