TwoFactorSecurityStampValidator<TUser>.SecurityStampVerified 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.
Called when the security stamp has been verified.
protected:
override System::Threading::Tasks::Task ^ SecurityStampVerified(TUser user, Microsoft::AspNetCore::Authentication::Cookies::CookieValidatePrincipalContext ^ context);
protected override System.Threading.Tasks.Task SecurityStampVerified (TUser user, Microsoft.AspNetCore.Authentication.Cookies.CookieValidatePrincipalContext context);
override this.SecurityStampVerified : 'User * Microsoft.AspNetCore.Authentication.Cookies.CookieValidatePrincipalContext -> System.Threading.Tasks.Task
Protected Overrides Function SecurityStampVerified (user As TUser, context As CookieValidatePrincipalContext) As Task
Parameters
- user
- TUser
The user who has been verified.
Returns
A task.