GetHashSha256

From RAGE Multiplayer Wiki
Revision as of 08:53, 29 November 2019 by Xabi (talk | contribs) (Created page with "Gets the SHA256 hash from the given string. {{CSharpContainer| {{#tag:syntaxhighlight|string {{Template:CSharp_Serverside_namespace}}Util.GetHashSha256(string input);|lang=c...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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...