This document is archived and information here might be outdated.  Recommended version.


IArcGISSingleSignon2.GetBingToken Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SystemUI)  

IArcGISSingleSignon2.GetBingToken Method

Returns the Bing token and matching referer.

[Visual Basic .NET]
Public Sub GetBingToken ( _
    ByRef bsToken As String, _
    ByRef bsReferer As String, _
    ByRef lExpiration As Integer _
)
[C#]
public void GetBingToken (
    ref string bsToken,
    ref string bsReferer,
    ref int lExpiration
);
[C++]
HRESULT GetBingToken(
  BSTR* bsToken,
  BSTR* bsReferer,
  long* lExpiration
);
[C++]

Parameters bsToken [in, out] bsToken is a parameter of type BSTR bsReferer [in, out] bsReferer is a parameter of type BSTR lExpiration [in, out] lExpiration is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IArcGISSingleSignon2 Interface