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::IAuthenticatedEncryptorFactorypublic sealed class CngGcmAuthenticatedEncryptorFactory : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactorytype CngGcmAuthenticatedEncryptorFactory = class
    interface IAuthenticatedEncryptorFactoryPublic 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. |