Ant Organisation Ltd documentation

AuthenticationServerBase.Logon Method 

Gets an AuthenticatedUser from a username and parameters

public AuthenticatedUser Logon(
   string username,
   IDictionary parameters
);

Parameters

username
Name of user
parameters
Dictionary of parameters

Return Value

AuthenticatedUser

Implements

AuthenticationServer.Logon

Remarks

Throws SecurityException is logon fails. In base implementation only "password" member of parameters is used.

See Also

AuthenticationServerBase Class | Ant.Security.Base Namespace