Class Aes256Cbc | Azure SDK for Net
James Sullivan
Published Feb 16, 2026
Inheritance
Aes256Cbc
Inherited Members
Namespace: Microsoft.Azure.KeyVault.Cryptography.Algorithms
Assembly: Microsoft.Azure.KeyVault.Cryptography.dll
Syntax
public class Aes256Cbc : Microsoft.Azure.KeyVault.Cryptography.Algorithms.AesCbc Constructors
Aes256Cbc()
Declaration
public Aes256Cbc (); Fields
AlgorithmName
Declaration
public const string AlgorithmName; Field Value
Methods
CreateDecryptor(Byte[], Byte[], Byte[], Byte[])
Declaration
public override System.Security.Cryptography.ICryptoTransform CreateDecryptor (byte[] key, byte[] iv, byte[] authenticationData, byte[] authenticationTag); Parameters
Returns
CreateEncryptor(Byte[], Byte[], Byte[])
Declaration
public override System.Security.Cryptography.ICryptoTransform CreateEncryptor (byte[] key, byte[] iv, byte[] authenticationData);