Discuss this help topic in SecureBlackbox Forum
Specifies user identity.
Declaration
[C#/Java]
string UserIdentity
[VB.NET]
Property UserIdentity As String
[Pascal]
property UserIdentity : string;
[C++]
void get_UserIdentity(std::string &OutResult);
[PHP]
string get_UserIdentity()
Description
Use this read-only property to get the identity of the user.
Discuss this help topic in SecureBlackbox Forum