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