IsArcotIDAvailable()

This API checks whether the ArcotID PKI for the specified user is present.
aa813test
This API checks whether the ArcotID PKI for the specified user is present.
Syntax
IsArcotIDAvailable(
userName,
 
orgname
);
Parameters
Parameter
Type
Description
userName
string
User name and the alias, which are the unique user identifier associated with the Arcot card.
Note:
The alias is obtained from the user and stored in the ArcotID PKI as an attribute with the specified application context.
orgName
string
The name of the AuthMinder organization to which the user belongs.
Returns
If the method is successful, then it returns TRUE. If the method is unsuccessful, then it returns FALSE.
Example
var arcotClient = new ArcotClient();
var orgName = "safebank";
var userName = "jdoe-sb";
var response = arcotClient.IsArcotIDAvailable(userName, orgName);