Crosser Technologies - Server
Crosser Technologies - Server
Namespaces
Crosser.Common Namespaces
Crosser.Common.Server Namespaces
Crosser.Common.Server.Security
IAuthorization Interface
IAuthorization Methods
IsAuthorized Method
IAuthorization
IsAuthorized Method
Returns true if the user is allowed to call the method
Namespace:
Crosser.Common.Server.Security
Assembly:
Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
Copy
bool
IsAuthorized
(
IControllerEventInfo
cei
,
IProtocol
protocol
)
Parameters
cei
Type:
Crosser.Common.Server
IControllerEventInfo
Metadata about the method to call
protocol
Type:
Crosser.Common.Server.Protocol
IProtocol
The connection calling the method
Return Value
Type:
Boolean
true if the client is allowed to access the method
See Also
Reference
IAuthorization Interface
Crosser.Common.Server.Security Namespace