Skip to main content
All docs
V24.1
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

AuthenticationStandardEvents Properties

Name Description
OnAuthenticate Specifies custom authentication logic.
OnCustomizeClaims Specifies a delegate method that allows you to customize the set of claims added to the authentication cookie.
OnCustomizeLoginToken Specifies a delegate method that allows you to add additional claims to the user login token.
OnFindUser Specifies custom logic used to find a user object.
OnUserValidated Specifies custom logic used to implement additional validation checks that run after the standard checks succeed.
See Also