AuthenticationStandardLogonParameters Class
In This Article
Logon Parameters type used by default with the AuthenticationStandard authentication.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security
#Declaration
[DomainComponent]
public class AuthenticationStandardLogonParameters :
ISerializable,
INotifyPropertyChanged,
ICustomObjectSerialize,
ISupportClearPassword,
IAuthenticationStandardLogonParameters,
ILogonParameters
#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
See Also