Method | Description | |
---|---|---|
CanPerformCommand ( System.Guid CommandGuid ) : bool |
CanPerformCommand
|
|
CanPerformCommand ( string CommandGuid ) : bool |
CanPerformCommand
|
|
ExtendedPrincipal ( IIdentity identity ) : System |
Extended Principal Constructor
|
|
IsInRole ( System.Guid RoleGuid ) : bool |
IsInRole
|
|
IsInRole ( string roleGuid ) : bool |
IsInRole
|
public CanPerformCommand ( System.Guid CommandGuid ) : bool | ||
CommandGuid | System.Guid | Command Guid |
return | bool |
public CanPerformCommand ( string CommandGuid ) : bool | ||
CommandGuid | string | Command Guid |
return | bool |
public ExtendedPrincipal ( IIdentity identity ) : System | ||
identity | IIdentity | |
return | System |
public IsInRole ( System.Guid RoleGuid ) : bool | ||
RoleGuid | System.Guid | Role Guid |
return | bool |
public IsInRole ( string roleGuid ) : bool | ||
roleGuid | string | role Guid |
return | bool |