Intersoft ClientUI Documentation
UseSingleSignOn Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISupportAuthentication Interface : UseSingleSignOn Property






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

Syntax

Visual Basic (Declaration) 
Property UseSingleSignOn As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ISupportAuthentication
Dim value As Boolean
 
instance.UseSingleSignOn = value
 
value = instance.UseSingleSignOn
C# 
bool UseSingleSignOn {get; set;}
Delphi 
read-write property UseSingleSignOn: Boolean; 
JScript 
function get,set UseSingleSignOn : boolean
Managed Extensions for C++ 
__property bool get_UseSingleSignOn();
__property void set_UseSingleSignOn( 
   bool value
);
C++/CLI 
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.