[This is preliminary documentation and is subject to change.]
Determines whether the current principal belongs to the specified role.
This method implements IPrincipal and has little application in NFX framework context
as NFX permissions are more granular than just boolean. This method really checks user kind (User/Admin/Sys).
Confusion comes from the fact that what Microsoft calls role really is just a single named permission -
a role is a named permission set in NFX.
Namespace: NFX.SecurityAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- role
- Type:
System String
Return Value
Type:
Implements

See Also