Click or drag to resize

IAuthorization Interface

To create custom authorization implement this interface and register the implementation as a Singleton in the Crosser.Resolver

Namespace:  Crosser.Common.Server.Security
Assembly:  Crosser.Common (in Crosser.Common.dll) Version: 0.0.4
Syntax
C#
public interface IAuthorization

The IAuthorization type exposes the following members.

Methods
  NameDescription
Public methodIsAuthorized
Returns true if the user is allowed to call the method
Top
See Also