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


IServiceCatalog3.RequiresTokens Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServiceCatalog3 Interface > IServiceCatalog3.RequiresTokens Property
ArcGIS Developer Help

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(
  Boolean* RequiresTokens
);
[C++]
Parameters
RequiresTokens [out, retval]

RequiresTokens is a parameter of type bool*

Product Availability

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

See Also

IServiceCatalog3 Interface