This function exports the security system
configuration to an encrypted file.
Function |
Group |
Execution |
Windows |
Embedded |
Thin Client |
ExportSecuritySystem
|
Security |
Synchronous |
Supported |
Supported |
Supported |
Syntax
ExportSecuritySystem(strFileName,strPassword)
- strFileName
- The complete file path and name where you want to
save the configuration file.
- strPassword
- The main password for the security system. This
same password will be used to protect the exported file.
Returned value
This function returns the following possible values:
Value |
Description |
-2
|
Wrong
parameter type. |
-1
|
Invalid
number of parameters. |
0
|
Couldn't
write security data. |
1
|
File
exported successfully. |
Examples
ExportSecuritySystem( "C:\security.txt" )
ExportSecuritySystem( "C:\security.txt", "mypa55w0rd" )