Permission AuthorizeAndGuardAction Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodStatic memberAuthorizeAndGuardAction(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
Public methodStatic memberAuthorizeAndGuardAction(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
Back to Top
See Also