Click or drag to resize

DefaultAuthentication.Authenticate 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.Protocol.IProtocol
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

IAuthentication.Authenticate(IProtocol)
See Also