AuthenticationStandardEvents Members
In This Article
#Constructors
Name | Description |
---|---|
Authentication |
Initializes a new instance of the Authentication |
#Properties
Name | Description |
---|---|
On |
Specifies custom authentication logic. |
On |
Specifies a delegate method that allows you to customize the set of claims added to the authentication cookie. |
On |
Specifies a delegate method that allows you to add additional claims to the user login token. |
On |
Specifies custom logic used to find a user object. |
On |
Specifies custom logic used to implement additional validation checks that run after the standard checks succeed. |
#Methods
Name | Description |
---|---|
Authenticate |
|
Customize |
|
Customize |
|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Find |
|
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
User |
See Also