Previous Topic: GetVersionEx()Next Topic: SignChallengeEx2()


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.

Syntax

RefreshArcotIDs()

Returns

None

Example

var arcotClient = new ArcotClient();

// Reload all the ArcotIDs
arcotClient.RefreshArcotIDs();

// Get the number of wallets
var walletcount = arcotClient.GetGlobalAttribute("walletn.count");