AVEVA OMI Software Developer Kit



ArchestrA.Client.MyViewApp Namespace > Security Class : LoggedInUserWinToken Property
LoggedInUserWinToken Property
Gets the windows account token for the user currently logged-in to the ViewApp. Returns null if a user is not logged-in to the ViewApp.
Syntax
'Declaration
 
Public Shared ReadOnly Property LoggedInUserWinToken As SafeHandle
'Usage
 
Dim value As SafeHandle
 
value = Security.LoggedInUserWinToken
public static SafeHandle LoggedInUserWinToken {get;}
public:
static property SafeHandle^ LoggedInUserWinToken {
   SafeHandle^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also