WsFederationEvents.SecurityTokenValidated Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked after the security token has passed validation and a ClaimsIdentity has been generated.
public:
 virtual System::Threading::Tasks::Task ^ SecurityTokenValidated(Microsoft::AspNetCore::Authentication::WsFederation::SecurityTokenValidatedContext ^ context);public virtual System.Threading.Tasks.Task SecurityTokenValidated(Microsoft.AspNetCore.Authentication.WsFederation.SecurityTokenValidatedContext context);abstract member SecurityTokenValidated : Microsoft.AspNetCore.Authentication.WsFederation.SecurityTokenValidatedContext -> System.Threading.Tasks.Task
override this.SecurityTokenValidated : Microsoft.AspNetCore.Authentication.WsFederation.SecurityTokenValidatedContext -> System.Threading.Tasks.TaskPublic Overridable Function SecurityTokenValidated (context As SecurityTokenValidatedContext) As TaskParameters
- context
- SecurityTokenValidatedContext