ArcObjects Library Reference (Server)  

IServiceCatalog3.RequiresTokens Property

Indicates whether the service catalog requires tokens for authentication.

[Visual Basic .NET]
Public ReadOnly Property RequiresTokens As Boolean
[C#]
public bool RequiresTokens {get;}
[C++]
HRESULT get_RequiresTokens(
  VARIANT_BOOL* RequiresTokens
);
[C++]

Parameters

RequiresTokens [out, retval]   RequiresTokens is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IServiceCatalog3 Interface