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.
RefreshArcotIDs()
None
var arcotClient = new ArcotClient();
// Reload all the ArcotIDs
arcotClient.RefreshArcotIDs();
// Get the number of wallets
var walletcount = arcotClient.GetGlobalAttribute("walletn.count");
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|