IdentityOptions.OnSecurityStampRefreshingPrincipal Property

Definition

Invoked when the default security stamp validator replaces the user's ClaimsPrincipal in the cookie.

public:
 property Func<Microsoft::AspNetCore::Identity::SecurityStampRefreshingPrincipalContext ^, System::Threading::Tasks::Task ^> ^ OnSecurityStampRefreshingPrincipal { Func<Microsoft::AspNetCore::Identity::SecurityStampRefreshingPrincipalContext ^, System::Threading::Tasks::Task ^> ^ get(); void set(Func<Microsoft::AspNetCore::Identity::SecurityStampRefreshingPrincipalContext ^, System::Threading::Tasks::Task ^> ^ value); };
public Func<Microsoft.AspNetCore.Identity.SecurityStampRefreshingPrincipalContext,System.Threading.Tasks.Task> OnSecurityStampRefreshingPrincipal { get; set; }
member this.OnSecurityStampRefreshingPrincipal : Func<Microsoft.AspNetCore.Identity.SecurityStampRefreshingPrincipalContext, System.Threading.Tasks.Task> with get, set
Public Property OnSecurityStampRefreshingPrincipal As Func(Of SecurityStampRefreshingPrincipalContext, Task)

Property Value

Applies to