- Web Studio Help
- Appendix: Built-in Scripting Language
- Security functions
Security functions
These functions are used to manage users and groups in the project’s security system.
- BlockUser
BlockUser is a built-in scripting function that blocks an existing user from logging onto a project. This allows you to disable a user account without deleting it. - CheckESign
CheckESign is a built-in function that prompts the run-time user to electronically sign an event by entering their username and password. You can call this function to secure scripts and expressions, just as you can select the E-Sign option in object properties to secure screen objects and animations. - CheckSecurityLevel
The function CheckSecurityLevel checks whether the current user has access to the specified security level. - CreateUser
The function CreateUser creates a new user in your project’s security system. - ExportSecuritySystem
This function exports the security system configuration to an encrypted file. - GetSecuritySystemStatus
This function gets the status of the security system and its connection to the authentication server, when the security mode is either Distributed–Client or Domain (LDAP). - GetUserFullName
This function gets the full name (if any) of a specified user in the project security system. - GetUserNames
- GetUserPwdAging
The function GetUserPwdAging gets the age of the password for a specified user — that is, the time remaining until the password expires, or if it has expired, the time since it expired. - GetUserState
Use to see the current status of a selected user. - ImportSecuritySystem
This function imports a security system configuration from an external file. - RemoveUser
The function RemoveUser removes a specified user from your project’s security system. - SetPassword
The function SetPassword sets a new password for a specified user in your project’s security system. - UnblockUser
This function unblocks a blocked user in the security system.
Parent topic: Appendix: Built-in Scripting Language
InduSoft Web Studio -Technical Reference