SecurityUser Class

Class for SecurityUser operation.
Public Class SecurityUser
This language is not supported or no code example is available.
public class SecurityUser
This language is not supported or no code example is available.
Name Description
Public constructor SecurityUser(RunObj, int) Construct the instance
Public constructor SecurityUser(RunObj, int, bool) Construct the instance
Top
Name Description
Public property Alias String with the Alias of Security User
Public property Blocked Flag to indicate if security user is blocked.
Public property Category String with the configured categories of Security User
Public property ChangePasswordRequired Flag indicating whether user should change password
Public property Company String with the Company of Security User
Public property ContactInfo Gets Contact information.
Public property DateCreated Gets date created of security user.
Public property DateModified Gets date modified of security user.
Public property Deleted Flag to indicate if security user is deleted.
Public property InvalidAttempts Number of invalid attempts to logon. Valid only for runtime users
Public property LastBlockedUserUTC_Ticks Last user blocked UTC ticks. Valid only for runtime users
Public property LastChangePasswordUTC_Ticks Last change password UTC ticks. Valid only for runtime users
Public property Level String with the configured levels of Security User
Public property Name Security User's Name
Public property PasswordHint Gets password hint.
Public property Permissions Gets permissions related with security user.
Public property PermissionsName Gets permission name related with security user.
Public property Policy Get policy information related with security user.
Public property PolicyName Gets the policy name related with security user.
Public property Realm Realm: Internal, Runtime, AD (Activew Directory).
Public property RunPermissions Gets the run permissions related with security user.
Public property UserGroup String with the UserGroup of Security User
Top
Methods
 
Name Description
Public method AddSessionPermission(string) Add permission.
Public method RemoveSessionPermission(string) Remove permission.
Public method ToString() Converts this instance to its equivalent string representation.
Top
Name Description
Public enumeration e Enum containg list of IDs of runtime objects
Top
T.Modules.Security.SecurityUser

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition