This document is archived and information here might be outdated. Recommended version. |
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 [in]
ppIdentity is a parameter of type IIdentity* ppIdentity [out, retval]
ppIdentity is a parameter of type IIdentity**