2 instantiations of 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);
5 references to CngCbcAuthenticatedEncryptorDescriptor
Microsoft.AspNetCore.DataProtection (5)
AuthenticatedEncryption\CngCbcAuthenticatedEncryptorFactory.cs (1)
38
if (key.Descriptor is not
CngCbcAuthenticatedEncryptorDescriptor
descriptor)
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorDescriptor.cs (1)
19
/// Initializes a new instance of <see cref="
CngCbcAuthenticatedEncryptorDescriptor
"/>.
AuthenticatedEncryption\ConfigurationModel\CngCbcAuthenticatedEncryptorDescriptorDeserializer.cs (2)
14
/// of an <see cref="
CngCbcAuthenticatedEncryptorDescriptor
"/>.
20
/// Imports the <see cref="
CngCbcAuthenticatedEncryptorDescriptor
"/> from serialized XML.
AuthenticatedEncryption\ConfigurationModel\CngGcmAuthenticatedEncryptorDescriptorDeserializer.cs (1)
20
/// Imports the <see cref="
CngCbcAuthenticatedEncryptorDescriptor
"/> from serialized XML.