Intersoft ClientUI Documentation
UseSingleSignOn Property
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UXPage Class : UseSingleSignOn Property






Gets or sets a value indicating whether the page is automatically authenticated when previous authentication succeeded.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Authentication")>
Public Property UseSingleSignOn As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXPage
Dim value As Boolean
 
instance.UseSingleSignOn = value
 
value = instance.UseSingleSignOn
C# 
[CategoryAttribute("Authentication")]
public bool UseSingleSignOn {get; set;}
Delphi 
public read-write property UseSingleSignOn: Boolean; 
JScript 
CategoryAttribute("Authentication")
public function get,set UseSingleSignOn : boolean
Managed Extensions for C++ 
[CategoryAttribute("Authentication")]
public: __property bool get_UseSingleSignOn();
public: __property void set_UseSingleSignOn( 
   bool value
);
C++/CLI 
[CategoryAttribute("Authentication")]
public:
property bool UseSingleSignOn {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.