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