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