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