Class CipherParameters
Definition
- Namespace:
- Tizen.Security.SecureRepository.Crypto
- Assembly:
- Tizen.Security.SecureRepository.dll
Holds parameters for encryption and decryption.
public abstract class CipherParameters
- Inheritance
-
objectCipherParameters
- Derived
Properties
View SourceAlgorithm
Gets cipher algorithm type.
Declaration
public CipherAlgorithmType Algorithm { get; }
Property Value
Type | Description |
---|---|
CipherAlgorithmType | Cipher algorithm type. |