Enum HashAlgorithm
Definition
- Namespace:
- Tizen.Security.SecureRepository.Crypto
- Assembly:
- Tizen.Security.SecureRepository.dll
Enumeration for the hash algorithm.
public enum HashAlgorithm
Fields
| 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. |