AuthenticationStandardEvents Members
Constructors
Name | Description |
---|---|
AuthenticationStandardEvents() | Initializes a new instance of the AuthenticationStandardEvents class. |
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. |
Methods
Name | Description |
---|---|
Authenticate(FindUserContext) | |
CustomizeClaims(CustomizeClaimContext) | |
CustomizeLoginToken(CustomizeLoginTokenContext) | |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
FindUser(FindUserContext) | |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
UserValidated(ValidateUserContext) |
See Also