5 references to CngCbcAuthenticatedEncryptorDescriptor
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorConfiguration.cs (1)
85
return new
CngCbcAuthenticatedEncryptorDescriptor
(this, secret);
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorDescriptorDeserializer.cs (1)
46
return new
CngCbcAuthenticatedEncryptorDescriptor
(configuration, masterKey);
Microsoft.AspNetCore.DataProtection.Tests (3)
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorDescriptorDeserializerTests.cs (1)
22
var descriptor = new
CngCbcAuthenticatedEncryptorDescriptor
(
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorDescriptorTests.cs (2)
15
var descriptor = new
CngCbcAuthenticatedEncryptorDescriptor
(new CngCbcAuthenticatedEncryptorConfiguration()
45
var descriptor = new
CngCbcAuthenticatedEncryptorDescriptor
(new CngCbcAuthenticatedEncryptorConfiguration()