CngGcmAuthenticatedEncryptorFactory 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 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. |