Enum HashAlgorithm
Definition
- Assembly:
- Tizen.Security.WebAuthn.dll
WebAuthn hash algorithms. Currently one hash algorithm is used, namely "SHA-256".
public enum HashAlgorithm
Remarks
Refer to the following W3C specification for more information. https://www.w3.org/TR/webauthn-3/#collectedclientdata-hash-of-the-serialized-client-data
Fields
Name | Description |
---|---|
Sha256 | SHA-256 |