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