Symphony Framework
AuthenticateConnection Method
Symphony.Harmony.Server Namespace > Authentication Class : AuthenticateConnection Method
Username from the client.
Password from the client.
the passed in authentication token.
unqiue token GUID.
Authenticate the conneciton and ensure the user is authroized.
Syntax
public string AuthenticateConnection( 
   ref string username,
   ref string password,
   ref string authToken,
   Guid token
)

Parameters

username
Username from the client.
password
Password from the client.
authToken
the passed in authentication token.
token
unqiue token GUID.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Authentication Class
Authentication Members