[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() | Check(ISession) |
Checks the permission for requested action as specified in particular permission .ctor.
The check is performed in the scope of supplied session, or if no session was supplied then
current execution context session is assumed
|
![]() | Check(User) |
Shortcut method that creates a temp/mock BaseSession object thus checking permission in mock BaseSession context
|
See Also