Перейти к содержанию

GetHashSha256

Материал из RAGE MP Wiki Archive
Версия от 08:53, 29 ноября 2019; imported>Xabi (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...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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>