This API checks whether the ArcotID PKI for the specified user is present.
IsArcotIDAvailable(userName, orgname);
|
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. |
If the method is successful, then it returns TRUE. If the method is unsuccessful, then it returns FALSE.
var arcotClient = new ArcotClient(); var orgName = "safebank"; var userName = "jdoe-sb"; var response = arcotClient.IsArcotIDAvailable(userName, orgName);
|
Copyright © 2013 CA Technologies.
All rights reserved.
|
|