This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerInfo Interface > IServerInfo.Identity Property (ArcObjects .NET 10.4 SDK) |
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