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


ISecureLayer2.HasAuthentication Property (ArcObjects .NET 10.5 SDK)
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