Click or drag to resize
weroSoft AG, Software
HashProcessorComputeHash Method
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Calculates a hash value of an serialize-able object.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static int ComputeHash(
	Object data,
	HashProvider hashProvider
)

Parameters

data
Type: SystemObject
The data from which to calculate the hash.
hashProvider
Type: WeroSoft.SecurityHashProvider
Using hash provider.

Return Value

Type: Int32
Calculated has as integer value.
See Also