GetHashSha256

From RAGE Multiplayer Wiki

Gets the SHA256 hash from the given string.


C# Syntax

string NAPI.Util.GetHashSha256(string input);

Parameters

  • input: The text to calculate the SHA256 hash from.


Example

// Code here...