Skip to main content
.NET 8.0+

AuthenticationBase.Logoff() Method

Permorms the logoff.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v25.1.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