AuthenticationActiveDirectory<UserType, LogonParametersType> Class
In This Article
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.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Security
#Declaration
public class AuthenticationActiveDirectory<UserType, LogonParametersType> :
AuthenticationActiveDirectory
#Type Parameters
Name |
---|
User |
Logon |
#Remarks
For details, see the AuthenticationActiveDirectory.Authenticate method description.
#Inheritance
Object
MarshalByRefObject
Component
AuthenticationBase
AuthenticationActiveDirectory
AuthenticationActiveDirectory<UserType, LogonParametersType>
See Also