PML SECURELOGIN Object
- Last UpdatedJan 20, 2025
- 1 minute read
PMLSECURELOGIN object is used to control the encrypted command script generation functionality.
Methods
|
Name |
Result |
Purpose |
|
PMLSecureLogin( ) |
PMLSECURE |
Construct an instance of this object. |
|
EmbedMacro(BOOLEAN) |
NO RESULT |
Embed the specified macro. |
|
HasLicenceToEmbedMacro( ) |
BOOLEAN |
Returns TRUE if EmbedMacro functionality is available. |
|
Macro(STRING) |
NO RESULT |
Set the macro to run where STRING specifies the full path of the macro. |
|
MDB(STRING) |
NO RESULT |
Sets the login MDB. |
|
Password(STRING) |
NO RESULT |
Sets the login password. |
|
Project(STRING) |
NO RESULT |
Sets the login Project. |
|
SaveToFile(STRING) |
NO RESULT |
Encrypt and save to specified path. |
|
User(STRING) |
NO RESULT |
Sets the login User. |
|
VerifyAfter(DATETIME) |
NO RESULT |
Verify after specified date. |
|
VerifyBefore(DATETIME) |
NO RESULT |
Verify before specified date. |
|
VerifyHostnames(ARRAY) |
NO RESULT |
Verify a number of host names specified as an array of strings. |
|
VerifyWinusers(ARRAY) |
NO RESULT |
Verify a number of Windows Users specified as an array of strings. |