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


IServiceCatalogAdmin3.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 > IServiceCatalogAdmin3 Interface > IServiceCatalogAdmin3.RequiresTokens Property
ArcGIS Developer Help

IServiceCatalogAdmin3.RequiresTokens Property

Indicates whether the service catalog should require tokens for authentication.

[Visual Basic .NET]
Public WriteOnly Property RequiresTokens
[C#]
public void RequiresTokens {set;}
[C++]
HRESULT put_RequiresTokens(
  VARIANT_BOOL 
);
[C++]
Parameters
 [in]

is a parameter of type bool

Product Availability

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

See Also

IServiceCatalogAdmin3 Interface