1 instantiation of SecurityStampRefreshingPrincipalContext
Microsoft.AspNetCore.Identity (1)
SecurityStampValidator.cs (1)
98var replaceContext = new SecurityStampRefreshingPrincipalContext
2 references to SecurityStampRefreshingPrincipalContext
Microsoft.AspNetCore.Identity (2)
SecurityStampValidator.cs (1)
98var replaceContext = new SecurityStampRefreshingPrincipalContext
SecurityStampValidatorOptions.cs (1)
22public Func<SecurityStampRefreshingPrincipalContext, Task>? OnRefreshingPrincipal { get; set; }