GetVersionEx()
Gets the extended version information of the currently loaded Arcot plug-in or applet. In addition to the client version number, this function will also return the build number that is based on the current date. For example: "6.0 (200905211523)".
aa813test
Gets the extended version information of the currently loaded Arcot plug-in or applet. In addition to the client version number, this function will also return the build number that is based on the current date. For example: "6.0 (200905211523)".
Syntax
string GetVersionEx()
Returns
The version of the ArcotID PKI Client installed on the client system.
Example
<HTML><HEAD><SCRIPT LANGUAGE="JavaScript">var arcotClient = new ArcotClient();var versionEx = arcotClient.GetVersionEx();