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