AuthenticationActiveDirectory(Type, Type) Constructor
Initializes a new instance of the AuthenticationActiveDirectory class with the specified user type and logon parameters type.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.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