HashAlgorithmIsInvalidAlgorithm Method
|
Returns true if algorithm with given id is marked as invalid.
Namespace:
Guardtime.KSI.Hashing
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic static bool IsInvalidAlgorithm(
byte id
)
Public Shared Function IsInvalidAlgorithm (
id As Byte
) As Boolean
public:
static bool IsInvalidAlgorithm(
unsigned char id
)
static member IsInvalidAlgorithm :
id : byte -> bool
Parameters
- id
- Type: SystemByte
Return Value
Type:
Boolean
See Also