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


IArcGISSingleSignon.GetCurrentToken Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IA > IArcGISSingleSignon Interface > IArcGISSingleSignon.GetCurrentToken Method
ArcGIS Developer Help

IArcGISSingleSignon.GetCurrentToken Method

Returns the current token and matching referer.

[Visual Basic .NET]
Public Sub GetCurrentToken ( _
    ByRef bsToken As String, _
    ByRef bsReferer As String, _
    ByRef lExpiration As Integer, _
    ByRef bsUser As String _
)
[C#]
public void GetCurrentToken (
    ref string bsToken,
    ref string bsReferer,
    ref int lExpiration,
    ref string bsUser
);
[C++]
HRESULT GetCurrentToken(
  System.String* bsToken,
  System.String* bsReferer,
  System.Int32* lExpiration,
  System.String* bsUser
);
[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* bsUser [in, out]
bsUser is a parameter of type BSTR*

Product Availability

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

See Also

IArcGISSingleSignon Interface