expressappframework-devexpress-dot-expressapp-dot-security-3f6b80e8.md
Logon Parameters type used by default with the AuthenticationStandard authentication.
Namespace : DevExpress.ExpressApp.Security
Assembly : DevExpress.ExpressApp.Security.v25.2.dll
NuGet Package : DevExpress.ExpressApp.Security
[DataContract]
[DomainComponent]
public class AuthenticationStandardLogonParameters :
INotifyPropertyChanged,
ICustomObjectSerialize,
ISupportClearPassword,
IAuthenticationStandardLogonParameters,
ILogonParameters
<DataContract>
<DomainComponent>
Public Class AuthenticationStandardLogonParameters
Implements INotifyPropertyChanged,
ICustomObjectSerialize,
ISupportClearPassword,
IAuthenticationStandardLogonParameters,
ILogonParameters
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:
Object AuthenticationStandardLogonParameters
See Also