|
ReadonlyAuthenticationOptionsClearCredentialsParameter Property
|
Gets 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; }
Public ReadOnly Property ClearCredentialsParameter As String
Get
public:
property String^ ClearCredentialsParameter {
String^ get ();
}
member ClearCredentialsParameter : string with get
function get_ClearCredentialsParameter();
View SourceProperty Value
StringSee Also