Back to Devexpress

AuthenticationStandard<UserType, LogonParametersType> Class

expressappframework-devexpress-dot-expressapp-dot-security-dot-authenticationstandard-2.md

latest2.0 KB
Original Source

AuthenticationStandard<UserType, LogonParametersType> Class

An Authentication that assumes an interactive logon. A user inputs logon parameters (e.g. user name and password) manually via the logon dialog.

Namespace : DevExpress.ExpressApp.Security

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

NuGet Package : DevExpress.ExpressApp.Security

Declaration

csharp
public class AuthenticationStandard<UserType, LogonParametersType> :
    AuthenticationStandard
vb
Public Class AuthenticationStandard(Of UserType, LogonParametersType)
    Inherits AuthenticationStandard

Type Parameters

Name
UserType
LogonParametersType

Remarks

Refer to the Security System Overview topic for details.

Inheritance

Object MarshalByRefObject Component AuthenticationBase AuthenticationStandard AuthenticationStandard<UserType, LogonParametersType> AuthenticationStandard<UserType>

See Also

AuthenticationStandard<UserType, LogonParametersType> Members

DevExpress.ExpressApp.Security Namespace