HasRight(string)
public bool HasRight(string accessRight)
- Returns:
- bool
- Implements:
- HasRight(string)
Parameters
accessRight
string
HasRight(string, string)
public bool HasRight(string accessRight, string resourceId)
- Returns:
- bool
- Implements:
- HasRight(string, string)
Parameters
accessRight
string
resourceId
string
HasRight(string, IEnumerable<string>)
public bool HasRight(string accessRight, IEnumerable<string> resourceIds)
- Returns:
- bool
- Implements:
- HasRight(string, IEnumerable<string>)
Parameters
accessRight
string
resourceIds
IEnumerable<string>
HasRight(string, ISecuredResource)
public bool HasRight(string accessRight, ISecuredResource onResource)
- Returns:
- bool
- Implements:
- HasRight(string, ISecuredResource)
Parameters
accessRight
string
onResource
ISecuredResource