AuthenticationStandardLogonParameters Class
Logon Parameters type used by default with the AuthenticationStandard authentication.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Remarks
This class exposes the AuthenticationStandardLogonParameters.UserName and AuthenticationStandardLogonParameters.Password properties specifying user credentials.
When the AuthenticationStandard authentication is used, the AuthenticationStandardLogonParameters object is passed by default to:
- the static SecuritySystem.LogonParameters property;
- the AuthenticationStandard.LogonParameters property;
- the LogonEventArgs.LogonParameters argument of the XafApplication.LoggingOn and XafApplication.LoggedOn events.
Implements
Inheritance
Object
AuthenticationStandardLogonParameters
See Also