BaseValidatingTicketContext<TOptions>.Validated Method
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Validated() | Occurs when the context is finished validating. (Inherited from BaseValidatingContext<TOptions>.) | |
Validated(ClaimsIdentity) | Alters the ticket information on this context and marks it as as validated by the application. IsValidated becomes true and HasError becomes false as a result of calling. | |
Validated(AuthenticationTicket) | Replaces the ticket information on this context and marks it as as validated by the application. IsValidated becomes true and HasError becomes false as a result of calling. |
Top