AVEVA OMI Software Developer Kit



ArchestrA.Client.MyViewApp Namespace > Security Class : LoggedInUserSsoToken Property
LoggedInUserSsoToken Property
Gets the single-sign-on 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 LoggedInUserSsoToken As ISsoTokenInfo
'Usage
 
Dim value As ISsoTokenInfo
 
value = Security.LoggedInUserSsoToken
public static ISsoTokenInfo LoggedInUserSsoToken {get;}
public:
static property ISsoTokenInfo^ LoggedInUserSsoToken {
   ISsoTokenInfo^ 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