Back to Devexpress

AuthenticationActiveDirectory<UserType> Class

expressappframework-devexpress-dot-expressapp-dot-security-dot-authenticationactivedirectory-1.md

latest2.2 KB
Original Source

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

csharp
public class AuthenticationActiveDirectory<UserType> :
    AuthenticationActiveDirectory<UserType, object>
    where UserType : IAuthenticationActiveDirectoryUser
vb
Public Class AuthenticationActiveDirectory(Of UserType As IAuthenticationActiveDirectoryUser)
    Inherits AuthenticationActiveDirectory(Of UserType, Object)

Type Parameters

Name
UserType

Remarks

For details, see the AuthenticationActiveDirectory.Authenticate method description.

Inheritance

Object MarshalByRefObject Component AuthenticationBase AuthenticationActiveDirectory AuthenticationActiveDirectory<UserType, Object> AuthenticationActiveDirectory<UserType>

See Also

AuthenticationActiveDirectory<UserType> Members

DevExpress.ExpressApp.Security Namespace