Class AesCipherParameters

Definition

Namespace:
Tizen.Security.SecureRepository.Crypto
Assembly:
Tizen.Security.SecureRepository.dll

An abstract class for holding parameters for the AES algorithm.

C#
Copy
public abstract class AesCipherParameters : CipherParameters
Inheritance
object
AesCipherParameters
Derived

Properties

View Source

IV

An initialization vector.

Declaration
C#
Copy
public byte[] IV { get; set; }
Property Value
Type Description
byte[]