TypeKeySecurity library documentation

TypeKeyIdentity.IsAuthFresh Method 

Whether the authentication occured within the timewindow.

public bool IsAuthFresh(
   int timewindow
);

Parameters

timewindow
Time window in seconds.

Return Value

Returns true if the user was authenticated less than timewindow seconds ago.

Remarks

The timewindow is sensitive to any time skews between your server and the TypeKey server.

See Also

TypeKeyIdentity Class | TypeKeySecurity Namespace