Back to Devexpress

AuthenticationStandardLogonParameters Class

expressappframework-devexpress-dot-expressapp-dot-security-3f6b80e8.md

latest2.9 KB
Original Source

AuthenticationStandardLogonParameters Class

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

Declaration

csharp
[DataContract]
[DomainComponent]
public class AuthenticationStandardLogonParameters :
    INotifyPropertyChanged,
    ICustomObjectSerialize,
    ISupportClearPassword,
    IAuthenticationStandardLogonParameters,
    ILogonParameters
vb
<DataContract>
<DomainComponent>
Public Class AuthenticationStandardLogonParameters
    Implements 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:

Implements

ICustomObjectSerialize

Inheritance

Object AuthenticationStandardLogonParameters

See Also

AuthenticationStandardLogonParameters Members

DevExpress.ExpressApp.Security Namespace