HashAlgorithmIsObsolete Method
|
Returns true if the algorithm is obsolete 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 IsObsolete(
ulong date
)
Public Function IsObsolete (
date As ULong
) As Boolean
public:
bool IsObsolete(
unsigned long long date
)
member IsObsolete :
date : uint64 -> bool
Parameters
- date
- Type: SystemUInt64
Return Value
Type:
Boolean
See Also