com.esri.arcgis.systemUI
Interface IArcGISSingleSignon2
- All Superinterfaces:
- IArcGISSingleSignon, Serializable
public interface IArcGISSingleSignon2
- extends IArcGISSingleSignon, Serializable
Provides access to the IArcGISSingleSignon2 Interface.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
|
Method Summary |
void |
getBingToken(String[] bsToken,
String[] bsReferer,
int[] lExpiration)
Returns the Bing token and matching referer. |
getBingToken
void getBingToken(String[] bsToken,
String[] bsReferer,
int[] lExpiration)
throws IOException,
AutomationException
- Returns the Bing token and matching referer.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
bsToken - The bsToken (in/out: use single element array)bsReferer - The bsReferer (in/out: use single element array)lExpiration - The lExpiration (in/out: use single element array)
- Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.