Crosser.Server.Modules.Security Namespace |
| Class | Description | |
|---|---|---|
| ConnectionContext |
Contains information about the connection
| |
| DefaultAuthentication |
The default IAuthentication module.
Create your own if needed by implementing the IAuthentication interface and register using RegisterAuthentication(ExpressionFuncIAuthentication) | |
| DefaultAuthorization |
Default module for IAuthorization.
To overwrite this implement the IAuthorization interface and register the new module using RegisterAuthorization(ExpressionFuncIAuthorization) |