Skip to main content
.NET 6.0+

LogonFailedEventArgs.LogonParameters Property

Returns the current logon parameters.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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