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

LogonFailedEventArgs.LogonParameters Property

Returns the current logon parameters.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public object LogonParameters { get; }

Property Value

Type Description
Object

An object that represents the current logon parameters.

Remarks

When the AuthenticationStandard authentication is used, the AuthenticationStandardLogonParameters object is returned by default/

See Also