[This is preliminary documentation and is subject to change.]
Generates a SHA-1 (Secure Hash Algorithm) checksum from the specified text.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Parameters
- text
- Type: SystemString
The text to generate the checksum from. - encoding
- Type: System.TextEncoding
The encoding of the text.
Return Value
Type: StringReturns the 40 byte checksum of the specified text.
See Also