boolean |
-
installKeyFile
(
string uri
,
EcimPasswordString password
);
-
<p>Initiates the key file installation defined by the URI given as a parameter.</p><p>The return value is the action Id if the initiation succeeded, otherwise it is 0.</p><p>The installation is an asynchronous operation. Progress is reported via attribute reportProgress.</p>
-
Parameters
Name: uri Description: The URI of the key file that is to be installed.
The URI refers to a local (e.g., file:///data/dir/subdir/rbs006.xml) file
The generic URI syntax is defined by RFC 2396.
Name: password Description: Password to access the referenced file.
If authentication is not password based, this parameter will be ignored.
This parameter is reserved for future use.
|