IdentityOptions.OnSecurityStampRefreshingPrincipal 속성

정의

기본 보안 스탬프 유효성 검사기가 쿠키에서 사용자의 ClaimsPrincipal을 대체할 때 호출됩니다.

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)

속성 값

적용 대상