Click or drag to resize

EncryptionGenerateSha1Hash Method

Generates the sha1 hash.

Namespace:  Koden.Utils.Encryption
Assembly:  Koden.Utils.Encryption (in Koden.Utils.Encryption.dll) Version: 1.1.6453.26061
Syntax
public static string GenerateSha1Hash(
	string value
)

Parameters

value
Type: SystemString
The string to generate.

Return Value

Type: String

[Missing <returns> documentation for "M:Koden.Utils.Encryption.Encryption.GenerateSha1Hash(System.String)"]

See Also