The UserIdentity type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | HasAllPrivileges |
Determines whether [has all privileges] [the specified privileges].
|
![]() ![]() | HasPrivilege |
Determines whether the specified privilege name has privilege.
|
![]() ![]() | IsInRole |
Checks if a role is present for a user
|
Properties
Name | Description | |
---|---|---|
![]() ![]() | AdditionalProperties |
Additional properties of the user that needs to be stored for the user
|
![]() ![]() | LoggedInUserId |
Gets the logged in user id.
|
![]() ![]() | LoggedInUserName |
Gets the name of the logged in user.
|
![]() ![]() | LoggedInUserPrivileges |
Gets or sets the logged in user privileges.
|
![]() ![]() | LoggedInUserRoles |
Gets the logged in user roles.
|
![]() ![]() | LoggedInUserTenantId |
Gets the logged in user tenant id.
|
![]() ![]() | Name |
Gets the name.
|
![]() ![]() | OnBehalfOfUser |
Gets a value indicating whether [on behalf of user].
|
![]() ![]() | Privileges |
Gets or sets the privileges.
|
![]() ![]() | Roles |
Gets the roles.
|
![]() ![]() | SessionRoles |
Gets the session roles.
|
![]() ![]() | SessionTenantID |
Gets the session tenant ID.
|
![]() ![]() | TenantID |
Gets the tenant ID.
|
![]() ![]() | TenantSettings |
Gets or sets the tenant settings for the logged in user
|
![]() ![]() | Ticket |
Transforms the current pricipal to the cello prinicpal
|
![]() ![]() | UserId |
Gets the user id.
|
![]() ![]() | WCFSharedKey |
Gets or sets the WCF shared key.
|
See Also