CngGcmAuthenticatedEncryptorFactory Class

Definition

An IAuthenticatedEncryptorFactory for 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
Inheritance
CngGcmAuthenticatedEncryptorFactory
Implements

Constructors

CngGcmAuthenticatedEncryptorFactory(ILoggerFactory)

Initializes a new instance of CngCbcAuthenticatedEncryptorFactory.

Methods

CreateEncryptorInstance(IKey)

Creates an IAuthenticatedEncryptor instance based on the given Descriptor.

Applies to