Skip to main content
A newer version of this page is available. .

AuthenticationBase.AskLogonParametersViaUI Property

Indicates whether or not the logon process is interactive (logon parameters are requested via the logon dialog).

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public virtual bool AskLogonParametersViaUI { get; }

Property Value

Type Description
Boolean

true, when the logon process is interactive, otherwise - false.

Remarks

When implementing a custom authentication, override this property as demonstrated in the How to: Use Custom Logon Parameters and Authentication topic.

See Also