Click or drag to resize

HashAlgorithmGetById Method

Get hash algorithm by id/code.

Namespace:  Guardtime.KSI.Hashing
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public static HashAlgorithm GetById(
	byte id
)

Parameters

id
Type: SystemByte
one-byte hash function identifier

Return Value

Type: HashAlgorithm
HashAlgorithm when a match is found, otherwise null
See Also