Skip to main content
.NET 6.0+

AuthenticationStandardLogonParameters Class

Logon Parameters type used by default with the AuthenticationStandard authentication.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v23.2.dll

Declaration

[DataContract]
[DomainComponent]
public class AuthenticationStandardLogonParameters :
    INotifyPropertyChanged,
    ICustomObjectSerialize,
    ISupportClearPassword,
    IAuthenticationStandardLogonParameters
[DomainComponent]
public class AuthenticationStandardLogonParameters :
    ISerializable,
    INotifyPropertyChanged,
    ICustomObjectSerialize,
    ISupportClearPassword,
    IAuthenticationStandardLogonParameters

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:

Inheritance

Object
AuthenticationStandardLogonParameters
See Also