SignInManager<TUser>.ClaimsFactory 속성

정의

사용된 입니다 IUserClaimsPrincipalFactory<TUser> .

protected public:
 property Microsoft::AspNetCore::Identity::IUserClaimsPrincipalFactory<TUser> ^ ClaimsFactory { Microsoft::AspNetCore::Identity::IUserClaimsPrincipalFactory<TUser> ^ get(); void set(Microsoft::AspNetCore::Identity::IUserClaimsPrincipalFactory<TUser> ^ value); };
public:
 property Microsoft::AspNetCore::Identity::IUserClaimsPrincipalFactory<TUser> ^ ClaimsFactory { Microsoft::AspNetCore::Identity::IUserClaimsPrincipalFactory<TUser> ^ get(); void set(Microsoft::AspNetCore::Identity::IUserClaimsPrincipalFactory<TUser> ^ value); };
protected internal Microsoft.AspNetCore.Identity.IUserClaimsPrincipalFactory<TUser> ClaimsFactory { get; set; }
public Microsoft.AspNetCore.Identity.IUserClaimsPrincipalFactory<TUser> ClaimsFactory { get; set; }
member this.ClaimsFactory : Microsoft.AspNetCore.Identity.IUserClaimsPrincipalFactory<'User (requires 'User : null)> with get, set
Protected Friend Property ClaimsFactory As IUserClaimsPrincipalFactory(Of TUser)
Public Property ClaimsFactory As IUserClaimsPrincipalFactory(Of TUser)

속성 값

적용 대상