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