Skip to main content
A newer version of this page is available. .

AuthenticationBase Class

An abstract base class for Security System authentication types.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v18.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 How to: Use Custom Logon Parameters and Authentication topic.

See Also