Skip to main content
A newer version of this page is available. .

AuthenticationActiveDirectory(Type, ICanInitializeNewUser) Constructor

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public AuthenticationActiveDirectory(
    Type userType,
    ICanInitializeNewUser canInitializeNewUser
)

Parameters

Name Type
userType Type
canInitializeNewUser DevExpress.ExpressApp.Security.ICanInitializeNewUser
See Also