Click or drag to resize

HashAlgorithmGetByName Method

Get hash algorithm by name.

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 GetByName(
	string name
)

Parameters

name
Type: SystemString
name of the algorithm to look for

Return Value

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