ArcObjects Library Reference (Carto)  

ISecureLayer2.HasAuthentication Property

Indicates if the layer is password protected.

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

Parameters

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

Product Availability

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

See Also

ISecureLayer2 Interface