SecurityUser Class
| Name | Description | |
|---|---|---|
|
SecurityUser(RunObj, int) | Construct the instance |
|
SecurityUser(RunObj, int, bool) | Construct the instance |
| Name | Description | |
|---|---|---|
|
Alias | String with the Alias of Security User |
|
Blocked | Flag to indicate if security user is blocked. |
|
Category | String with the configured categories of Security User |
|
ChangePasswordRequired | Flag indicating whether user should change password |
|
Company | String with the Company of Security User |
|
ContactInfo | Gets Contact information. |
|
DateCreated | Gets date created of security user. |
|
DateModified | Gets date modified of security user. |
|
Deleted | Flag to indicate if security user is deleted. |
|
InvalidAttempts | Number of invalid attempts to logon. Valid only for runtime users |
|
LastBlockedUserUTC_Ticks | Last user blocked UTC ticks. Valid only for runtime users |
|
LastChangePasswordUTC_Ticks | Last change password UTC ticks. Valid only for runtime users |
|
Level | String with the configured levels of Security User |
|
Name | Security User's Name |
|
PasswordHint | Gets password hint. |
|
Permissions | Gets permissions related with security user. |
|
PermissionsName | Gets permission name related with security user. |
|
Policy | Get policy information related with security user. |
|
PolicyName | Gets the policy name related with security user. |
|
Realm | Realm: Internal, Runtime, AD (Activew Directory). |
|
RunPermissions | Gets the run permissions related with security user. |
|
UserGroup | String with the UserGroup of Security User |
| Name | Description | |
|---|---|---|
|
AddSessionPermission(string) | Add permission. |
|
RemoveSessionPermission(string) | Remove permission. |
|
ToString() | Converts this instance to its equivalent string representation. |
T.Modules.Security.SecurityUser