RefreshArcotIDs()
This API call will instruct the ArcotID PKI Client to re-read the storage areas for ArcotID PKIs. This is very useful for ArcotID PKIs stored on removable USB flash drives.
aa813test
This API call will instruct the ArcotID PKI Client to re-read the storage areas for ArcotID PKIs. This is very useful for ArcotID PKIs stored on removable USB flash drives.
Syntax
RefreshArcotIDs()
Returns
None
Example
var arcotClient = new ArcotClient();// Reload all the ArcotIDsarcotClient.RefreshArcotIDs();// Get the number of walletsvar walletcount = arcotClient.GetGlobalAttribute("walletn.count");