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