Skip to main content
.NET 6.0+

AuthenticationBase Class

An abstract base class for Security System authentication types.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v24.1.dll

Declaration

public abstract class AuthenticationBase :
    Component

Remarks

Built-in authentication types that inherit this class are AuthenticationActiveDirectory and AuthenticationStandard, To implement a custom authentication, override the following virtual methods and properties:

A complete example is available in the Customize Standard Authentication Behavior and Supply Additional Logon Parameters (.NET Framework Applications) topic.

See Also