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


IServiceCatalogAdmin3.RequiresTokens Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Server)  

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 VARIANT_BOOL

Product Availability

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

See Also

IServiceCatalogAdmin3 Interface