3 references to CreateAuthenticatedEncryptorInstance
Microsoft.AspNetCore.DataProtection (3)
AuthenticatedEncryption\CngGcmAuthenticatedEncryptorFactory.cs (1)
46return CreateAuthenticatedEncryptorInstance(descriptor.MasterKey, descriptor.Configuration);
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorConfiguration.cs (1)
74using var encryptor = factory.CreateAuthenticatedEncryptorInstance(secret, this);
EphemeralDataProtectionProvider.cs (1)
107.CreateAuthenticatedEncryptorInstance(