Class CipherParameters

Definition

Namespace:
Tizen.Security.SecureRepository.Crypto
Assembly:
Tizen.Security.SecureRepository.dll
API Level:
3

An abstract class for holding parameters for encryption and decryption.

C#
Copy
public abstract class CipherParameters
Inheritance
System.Object
CipherParameters
Derived

Properties

View Source

Algorithm

The Cipher algorithm type.

Declaration
C#
Copy
public CipherAlgorithmType Algorithm { get; }
Property Value
Type Description
CipherAlgorithmType
API Level: 3