AuthenticationActiveDirectory<UserType> Class
An Authentication that assumes an automatic logon. The user name is taken from the currently used Windows account.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v25.2.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
public class AuthenticationActiveDirectory<UserType> :
AuthenticationActiveDirectory<UserType, object>
where UserType : IAuthenticationActiveDirectoryUser
Type Parameters
| Name |
|---|
| UserType |
Remarks
For details, see the AuthenticationActiveDirectory.Authenticate method description.
See Also