3 references to AuthenticatedEncryptorDescriptor
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorConfiguration.cs (1)
40
return new
AuthenticatedEncryptorDescriptor
(this, secret);
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorDeserializer.cs (1)
44
return new
AuthenticatedEncryptorDescriptor
(configuration, masterKey);
Microsoft.AspNetCore.DataProtection.Tests (1)
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorDescriptorTests.cs (1)
190
return new
AuthenticatedEncryptorDescriptor
(new AuthenticatedEncryptorConfiguration()