Class SignatureParameters

Definition

Namespace:
Tizen.Security.SecureRepository.Crypto
Assembly:
Tizen.Security.SecureRepository.dll

Holds parameters for signing and verification.

C#
Copy
public abstract class SignatureParameters
Inheritance
object
SignatureParameters
Derived

Properties

View Source

HashAlgorithm

Gets and sets hash algorithm.

Declaration
C#
Copy
public HashAlgorithm HashAlgorithm { get; set; }
Property Value
Type Description
HashAlgorithm

Hash algorithm used in signing and verification.

View Source

SignatureAlgorithm

Gets signature algorithm type.

Declaration
C#
Copy
public SignatureAlgorithmType SignatureAlgorithm { get; }
Property Value
Type Description
SignatureAlgorithmType

Signature algorithm type.