Class AesCfbCipherParameters
Definition
- Namespace:
- Tizen.Security.Secure
Repository .Crypto
- Assembly:
- Tizen.Security.SecureRepository.dll
Holds parameters for the AES algorithm with the CFB mode.
C#
Copy
public class AesCfbCipherParameters : AesCipherParameters
- Inheritance
Constructors
Declaration
C#
Copy
public AesCfbCipherParameters()
Remarks
CipherAlgorithmType in CipherParameters is set to CipherAlgorithmType.AesCfb.