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

AuthenticationBase.Logoff() Method

Permorms the logoff.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v18.2.dll

Declaration

public virtual void Logoff()

Remarks

When implementing a custom authentication, override this method to recreate logon parameters as it is demonstrated in the How to: Use Custom Logon Parameters and Authentication topic.

See Also