HashAlgorithmIsDeprecated Method
|
Returns true if the algorithm is deprecated at the given date
Namespace:
Guardtime.KSI.Hashing
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic bool IsDeprecated(
ulong date
)
Public Function IsDeprecated (
date As ULong
) As Boolean
public:
bool IsDeprecated(
unsigned long long date
)
member IsDeprecated :
date : uint64 -> bool
Parameters
- date
- Type: SystemUInt64
Return Value
Type:
Boolean
See Also