Click or drag to resize

SecurIdSdtidTokenHashPassword Method

Calculate a hash value for a token password, using the supplied salt values.

Namespace:  ursa
Assembly:  ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntax
protected byte[] HashPassword(
	string pass,
	string salt0,
	string salt1
)

Parameters

pass
Type: SystemString
A string containing a token password.
salt0
Type: SystemString
A string containing a salt value that will be used in the hash operation.
salt1
Type: SystemString
A string containing a second salt value that will be used in the hash operation.

Return Value

Type: Byte
An array of bytes containing the results of the hash.
See Also