Back to Devexpress

AuthenticationActiveDirectory<UserType, LogonParametersType> Class

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

latest2.1 KB
Original Source

AuthenticationActiveDirectory<UserType, LogonParametersType> 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, LogonParametersType> :
    AuthenticationActiveDirectory
vb
Public Class AuthenticationActiveDirectory(Of UserType, LogonParametersType)
    Inherits AuthenticationActiveDirectory

Type Parameters

Name
UserType
LogonParametersType

Remarks

For details, see the AuthenticationActiveDirectory.Authenticate method description.

Inheritance

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

See Also

AuthenticationActiveDirectory<UserType, LogonParametersType> Members

DevExpress.ExpressApp.Security Namespace