5 references to AES_256_CBC
Microsoft.AspNetCore.DataProtection (5)
AuthenticatedEncryption\AuthenticatedEncryptorFactory.cs (3)
125
case EncryptionAlgorithm.
AES_256_CBC
:
140
case EncryptionAlgorithm.
AES_256_CBC
:
173
case EncryptionAlgorithm.
AES_256_CBC
:
AuthenticatedEncryption\ConfigurationModel\AuthenticatedEncryptorConfiguration.cs (2)
18
/// The default value is <see cref="EncryptionAlgorithm.
AES_256_CBC
"/>.
20
public EncryptionAlgorithm EncryptionAlgorithm { get; set; } = EncryptionAlgorithm.
AES_256_CBC
;