LogonFailedEventArgs.LogonParameters Property
Returns the current logon parameters.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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