Click or drag to resize

BootstrapperModulesSecurityRegisterAuthentication Method

Register a custom IAuthentication module

Namespace:  Crosser.Server
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public static bool RegisterAuthentication(
	Expression<Func<IAuthentication>> authentication
)

Parameters

authentication
Type: System.Linq.ExpressionsExpressionFuncIAuthentication
Authentication module to register

Return Value

Type: Boolean
True if success
See Also