Class AesCbcCipherParameters

Definition

Namespace:
Tizen.Security.SecureRepository.Crypto
Assembly:
Tizen.Security.SecureRepository.dll
API Level:
3

A class for holding parameters for the AES algorithm with the CBC mode.

C#
Copy
public class AesCbcCipherParameters : AesCipherParameters
Inheritance
System.Object
AesCbcCipherParameters

Constructors

View Source

AesCbcCipherParameters()

A default constructor.

Declaration
C#
Copy
public AesCbcCipherParameters()
Remarks

The CipherAlgorithmType in CipherParameters is set to CipherAlgorithmType.AesCbc.

API Level: 3