Skip to main content
.NET 6.0+

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.v23.2.dll

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