5 references to CngGcmAuthenticatedEncryptorDescriptor
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorConfiguration.cs (1)
61
return new
CngGcmAuthenticatedEncryptorDescriptor
(this, secret);
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorDescriptorDeserializer.cs (1)
41
return new
CngGcmAuthenticatedEncryptorDescriptor
(configuration, masterKey);
Microsoft.AspNetCore.DataProtection.Tests (3)
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorDescriptorDeserializerTests.cs (1)
22
var descriptor = new
CngGcmAuthenticatedEncryptorDescriptor
(
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorDescriptorTests.cs (2)
15
var descriptor = new
CngGcmAuthenticatedEncryptorDescriptor
(new CngGcmAuthenticatedEncryptorConfiguration()
42
var descriptor = new
CngGcmAuthenticatedEncryptorDescriptor
(new CngGcmAuthenticatedEncryptorConfiguration()