Class SignatureParameters
Definition
- Namespace:
- Tizen.Security.SecureRepository.Crypto
- Assembly:
- Tizen.Security.SecureRepository.dll
Holds parameters for signing and verification.
public abstract class SignatureParameters
- Inheritance
-
objectSignatureParameters
- Derived
Properties
View SourceHashAlgorithm
Gets and sets hash algorithm.
Declaration
public HashAlgorithm HashAlgorithm { get; set; }
Property Value
Type | Description |
---|---|
HashAlgorithm | Hash algorithm used in signing and verification. |
SignatureAlgorithm
Gets signature algorithm type.
Declaration
public SignatureAlgorithmType SignatureAlgorithm { get; }
Property Value
Type | Description |
---|---|
SignatureAlgorithmType | Signature algorithm type. |