CryptographyHelperGenerateMD5Hash Method (String, Encoding)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Generates an MD5 (Message Digest 5) checksum from the specified text.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static string GenerateMD5Hash(
	string text,
	Encoding encoding
)

Parameters

text
Type: SystemString
The text to generate the checksum from.
encoding
Type: System.TextEncoding
The encoding of the text.

Return Value

Type: String
Returns the 32 byte checksum of the specified text.
See Also

Reference