Ant Organisation Ltd documentation

AuthenticationServerBase.ValidateToken Method 

Method to which validates an authentication token, this base implementation provides a secure hashing method based on MD5.

public virtual void ValidateToken(
   AuthenticationToken token
);

Parameters

token
Token to be validated

Implements

AuthenticationServer.ValidateToken

Remarks

Throws a security exception if the token did not originate from this server or is not valid

See Also

AuthenticationServerBase Class | Ant.Security.Base Namespace