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

AuthenticationStandardLogonParameters Class

Logon Parameters type used by default with the AuthenticationStandard authentication.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

[DomainComponent]
public class AuthenticationStandardLogonParameters :
    INotifyPropertyChanged,
    ISerializable,
    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