Class AesCbcCipherParameters
Definition
- Namespace:
- Tizen.Security.SecureRepository.Crypto
- Assembly:
- Tizen.Security.SecureRepository.dll
A class for holding parameters for the AES algorithm with the CBC mode.
public class AesCbcCipherParameters : AesCipherParameters
- Inheritance
Constructors
View SourceAesCbcCipherParameters()
A default constructor.
Declaration
public AesCbcCipherParameters()
Remarks
The CipherAlgorithmType in CipherParameters is set to CipherAlgorithmType.AesCbc.