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.v23.2.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 (WinForms & ASP.NET Web Forms) topic.

See Also