Class AesCfbCipherParameters
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 CFB mode.
C#Copypublic class AesCfbCipherParameters : AesCipherParameters
- Inheritance
Constructors
Declaration
C#Copypublic AesCfbCipherParameters()
Remarks
The CipherAlgorithmType in CipherParameters is set to CipherAlgorithmType.AesCfb.