Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

AuthenticationStandard.AskLogonParametersViaUI Property

A boolean value indicating whether the logon process is interactive (a user inputs logon parameters manually).

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v20.2.dll

Declaration

public override bool AskLogonParametersViaUI { get; }

Property Value

Type Description
Boolean

true, if the logon process is interactive; otherwise - false.

Remarks

In the AuthenticationStandard, this property value is always true, i.e. a user inputs logon parameters manually via the logon dialog.

See Also