Click or drag to resize

BootstrapperModulesSecurityRegisterAuthorization Method

Register a custom IAuthorization module

Namespace:  Crosser.Server
Assembly:  Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
public static bool RegisterAuthorization(
	Expression<Func<IAuthorization>> authorization
)

Parameters

authorization
Type: System.Linq.ExpressionsExpressionFuncIAuthorization
Authorization module to register

Return Value

Type: Boolean
True if success
See Also