Skip to main content
.NET 6.0+

AuthenticationStandard(Type, Type) Constructor

Initializes a new instance of the AuthenticationStandard class with the specified user type and logon parameters type.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public AuthenticationStandard(
    Type userType,
    Type logonParametersType
)

Parameters

Name Type Description
userType Type

The user type used within the authentication.

logonParametersType Type

The logon parameters type used within the authentication.

See Also