ArcObjects Library Reference (Server)  

IServerInfo.Identity Property

The user identity of the client (httpHandler) adding the SOM.

[Visual Basic .NET]
Public Property Identity As IIdentity
[C#]
public IIdentity Identity {get; set;}
[C++]
HRESULT get_Identity(
  IIdentity** ppIdentity
);
[C++]
HRESULT put_Identity(
  IIdentity* ppIdentity
);
[C++]

Parameters

ppIdentity [out, retval]

  ppIdentity is a parameter of type IIdentity

ppIdentity [in]

  ppIdentity is a parameter of type IIdentity

Product Availability

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

See Also

IServerInfo Interface