4 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(
Microsoft.AspNetCore.DataProtection.Tests (1)
TestsDataProtectionProvider.cs (1)
82.CreateAuthenticatedEncryptorInstance(