Class SignatureParameters
Definition
- Namespace:
- Tizen.Security.SecureRepository.Crypto
- Assembly:
- Tizen.Security.SecureRepository.dll
- API Level:
- 3
An abstract class for holding parameters for signing and verification.
C#Copypublic abstract class SignatureParameters
- Inheritance
-
System.ObjectSignatureParameters
- Derived
Properties
Declaration
C#Copypublic HashAlgorithm HashAlgorithm { get; set; }
Property Value
Type | Description |
---|---|
HashAlgorithm |
API Level: 3
Declaration
C#Copypublic SignatureAlgorithmType SignatureAlgorithm { get; }
Property Value
Type | Description |
---|---|
SignatureAlgorithmType |