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.v25.2.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
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