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#
Copy
public abstract class SignatureParameters
Inheritance
System.Object
SignatureParameters
Derived

Properties

View Source

HashAlgorithm

The hash algorithm used in signing anve verification.

Declaration
C#
Copy
public HashAlgorithm HashAlgorithm { get; set; }
Property Value
Type Description
HashAlgorithm
API Level: 3
View Source

SignatureAlgorithm

The signature algorithm type.

Declaration
C#
Copy
public SignatureAlgorithmType SignatureAlgorithm { get; }
Property Value
Type Description
SignatureAlgorithmType
API Level: 3