|   | AuthenticationOptionsClearCredentialsParameter Property | 
        
        
            Gets or sets the parameter name for the 
AuthTestPage that forces it to use Basic authentication
            so that any cached browser credentials can be cleared.
            
 GSF.Web (in GSF.Web.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic string ClearCredentialsParameter { get; set; }Public Property ClearCredentialsParameter As String
	Get
	Set
public:
property String^ ClearCredentialsParameter {
	String^ get ();
	void set (String^ value);
}member ClearCredentialsParameter : string with get, set
function get_ClearCredentialsParameter();
function set_ClearCredentialsParameter(value);
Property Value
String See Also
See Also