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

AuthenticationActiveDirectory.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.v19.1.dll

Declaration

public override bool AskLogonParametersViaUI { get; }

Property Value

Type Description
Boolean

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

Remarks

In the AuthenticationActiveDirectory, this property value is always false, i.e. the logon process is automated.

See Also