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

LogonFailedEventArgs.LogonParameters Property

Returns the current logon parameters.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.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