Click or drag to resize
StaMaSignatureGenerator Delegate
Represents a method that calculates a hash value for a String.

Namespace: StaMa
Assembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax
public delegate string SignatureGenerator(
	string input
)

Parameters

input
Type: SystemString
The String for which to calculate the hash value.

Return Value

Type: String
A String that contains the hash value for the input value.
See Also