Click or drag to resize

AppIdentity Properties

The AppIdentity type exposes the following members.

Properties
  NameDescription
Public propertyAttributes
The attributes collection can be used for session oriented storage like the active changeset.
Public propertyAuthElementPermissions
Keys are auth element technical names. Values are arrays of permissions. Example: "AppStrings":["Create", "Read", "Update", "Delete"]
Public propertyAuthenticatedByWindows
Returns true if the user is authenticated by Windows.
Public propertyAuthenticatedGroupIds
Contains id's of the user groups that: - the identity user is a member of - has an AuthLevel less than or eq. to the identity AuthLevel
Public propertyAuthenticationType
Example: "Basic"
Public propertyAuthLevel
Specifies the level that the identity is authenticated with.
Public propertyAuthRoleIds
Contains the authentication roles of the user of the authenticated user groups he is member of.
Public propertyBeginningOfTodayInIdentityLocalTimeInUtc
Returns the beginning of the identity's 'today' (that is, the point in time right after midnight) converted to utc time.
Public propertyChangeTime
Contains the point in time when the user was changed (UTC). Used for credential cache expiry.
Public propertyCustomerId
Customer ID of the active user
Public propertyStatic memberIdentity
Contains the currently logged-in user's identity
Public propertyStatic memberIdentityIfPresent
Contains the currently logged-in user's identity - or null, if the user is not logged in. Use in error reporting situations to aviod triggering more errors
Public propertyIsAuthenticated
Public propertyIsUserInfoPresent
Returns true if the UserInfo object is defined
Public propertyIsWindowsIdentityPresent
Returns true if the WindowsIdentity object is defined
Public propertyLanguageId
Language of the active user. The language id can be set, this is used in web services, since the language is not set correctly for these calls
Public propertyLastPasswordChange
Last time the user changed the ES authentication pasword
Public propertyName
Public propertyPersonalUserGroupId
Personal user group of the active user
Public propertyTimeZone
Timezone for the identity. The value must match a number from tbltimezone.
Public propertyUserId
User ID of the active user
Public propertyUserInfo
UserInfo contains some standard properties from the user object
Public propertyWindowsIdentity
Contains the windows identity (if using integrated authentication)
Top
See Also