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

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.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 AuthenticationActiveDirectory, this property value is always false, i.e. the logon process is automated.

See Also