Enum HashAlgorithm

Definition

Namespace:
Tizen.Security.SecureRepository.Crypto
Assembly:
Tizen.Security.SecureRepository.dll
API Level:
3

Enumeration for the hash algorithm.

C#
Copy
public enum HashAlgorithm
Name Description
None

The no hash algorithm.

Sha1

The hash algorithm SHA1.

Sha256

The hash algorithm SHA256.

Sha384

The hash algorithm SHA384.

Sha512

The hash algorithm SHA512.