Crosser Technologies - Server
Crosser Technologies - Server
Namespaces
Crosser.Server Namespaces
Crosser.Server
Bootstrapper.Modules.Security Class
Security Methods
RegisterAuthentication Method
RegisterAuthorization Method
Bootstrapper
Modules
Security
RegisterAuthentication Method
Register a custom
IAuthentication
module
Namespace:
Crosser.Server
Assembly:
Crosser.Server (in Crosser.Server.dll) Version: 0.0.5
Syntax
C#
Copy
public
static
bool
RegisterAuthentication
(
Expression
<
Func
<
IAuthentication
>>
authentication
)
Parameters
authentication
Type:
System.Linq.Expressions
Expression
Func
IAuthentication
Authentication module to register
Return Value
Type:
Boolean
True if success
See Also
Reference
Bootstrapper
Modules
Security Class
Crosser.Server Namespace