|
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.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public 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);
View SourceProperty Value
StringSee Also