GetHashSha256
Внешний вид
Gets the SHA256 hash from the given string.
<syntaxhighlight lang="csharp">string NAPI.Util.GetHashSha256(string input);</syntaxhighlight>
Parameters
- input: The text to calculate the SHA256 hash from.
Example
<syntaxhighlight lang="csharp"> // Code here... </syntaxhighlight>