RtBaseline_WhoAmI
The RtBaseline_WhoAmI method/function returns the actual logged and authenticated Windows user that is calling the web methods or Web Service. This function is also used to test the Web Service and credentials or security configuration.
Web Method Synopsis (C# Syntax)
public string WhoAmI(void);
Output Result
STRING ® Windows User Name is returned in the standard Microsoft Windows format: DOMAINNAME\USERNAME.
Input Parameters
void