Checks whether the user is in the specified role.
Namespace:
Colygon.MatchPoint.Common.Security
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax public bool IsInRole(
string role
)
Parameters
- role
- Type: SystemString
The role to check.
Return Value
Type:
BooleanTrue if and only if the user is in the specified role.
See Also