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.

C#
Copy
public class AesCfbCipherParameters : AesCipherParameters
Inheritance
object
AesCfbCipherParameters

Constructors

View Source

AesCfbCipherParameters()

A default constructor.

Declaration
C#
Copy
public AesCfbCipherParameters()
Remarks

The CipherAlgorithmType in CipherParameters is set to CipherAlgorithmType.AesCfb.