Click or drag to resize

DefaultAuthenticationAuthenticate Method

Will evaluate the user based on information passed with the "HI" message

Namespace:  Crosser.Server.Modules.Security
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public virtual bool Authenticate(
	IProtocol protocol
)

Parameters

protocol
Type: Crosser.Common.Server.ProtocolIProtocol
the current connection

Return Value

Type: Boolean
true if the user is validated, otherwise false. If false is returned the connections will be closed by the server.

Implements

IAuthenticationAuthenticate(IProtocol)
See Also