[This is preliminary documentation and is subject to change.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | AuthorizeAndGuardAction(MemberInfo, ISession, GetSessionFunc) |
Guards the action represented by MemberInfo by checking the permission-derived attributes and throwing exception if
any of authorization attributes do not pass
|
![]() ![]() | AuthorizeAndGuardAction(IEnumerable Permission , String, ISession, GetSessionFunc) |
Guards the action represented by enumerable of permissions by checking all permissions and throwing exception if
any of authorization attributes do not pass
|
See Also