Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Crypto.ComputeSHA1Hash

Switch to Manual
public static function ComputeSHA1Hash(buffer: byte[]): byte[];

Parameters

bufferThe input to compute the hash code for.

Description

Computes SHA1 hash value for the specified byte array.