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)
Syntaxpublic static HashAlgorithm GetById(
byte id
)
Public Shared Function GetById (
id As Byte
) As HashAlgorithm
public:
static HashAlgorithm^ GetById(
unsigned char id
)
static member GetById :
id : byte -> HashAlgorithm
Parameters
- id
- Type: SystemByte
one-byte hash function identifier
Return Value
Type:
HashAlgorithmHashAlgorithm when a match is found, otherwise null
See Also