Click or drag to resize

PageHelperEvaluateSha1 Method

This is preliminary documentation and is subject to change.

Evaluates SHA1 hash of the specified text content, in UTF-8 encoding.

Namespace: WikiClientLibrary.Pages
Assembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public static string EvaluateSha1(
	string content
)

Parameters

content  String
The text content to be hashed.

Return Value

String
The lower-case hexadecimal hash string.
Remarks
To evaluate the SHA1 hash of sanitized text content (especially when you are checking revision hash locally before sending remote requests), use EvaluateSanitizedSha1(String).
See Also