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