|   | AuthenticationOptionsAuthenticationSchemes Property | 
        
        
            Gets or sets the authentication schemes to use when testing authentication with the 
AuthTestPage.
            
 GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic AuthenticationSchemes AuthenticationSchemes { get; set; }Public Property AuthenticationSchemes As AuthenticationSchemes
	Get
	Set
public:
property AuthenticationSchemes AuthenticationSchemes {
	AuthenticationSchemes get ();
	void set (AuthenticationSchemes value);
}member AuthenticationSchemes : AuthenticationSchemes with get, set
function get_AuthenticationSchemes();
function set_AuthenticationSchemes(value);
Property Value
AuthenticationSchemes See Also
See Also