|   | AuthenticationOptionsAuthTestPage Property | 
        
        
            Gets or sets the page name used to test user authorization.
            
        
        Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic string AuthTestPage { get; set; }Public Property AuthTestPage As String
	Get
	Set
public:
property String^ AuthTestPage {
	String^ get ();
	void set (String^ value);
}member AuthTestPage : string with get, set
function get_AuthTestPage();
function set_AuthTestPage(value);
Property Value
String See Also
See Also