2 references to CreateAuthenticatedEncryptorInstance
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\AuthenticatedEncryptorFactory.cs (1)
43
return
CreateAuthenticatedEncryptorInstance
(descriptor.MasterKey, descriptor.Configuration);
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorConfiguration.cs (1)
48
var encryptor = factory.
CreateAuthenticatedEncryptorInstance
(secret, this);