다음을 통해 공유


RemoteAuthenticationService<TRemoteAuthenticationState,TAccount,TProviderOptions>.AccountClaimsPrincipalFactory 속성

정의

AccountClaimsPrincipalFactory<TAccount> 계정을 에 매핑할 을 ClaimsPrincipal가져옵니다.

protected:
 property Microsoft::AspNetCore::Components::WebAssembly::Authentication::AccountClaimsPrincipalFactory<TAccount> ^ AccountClaimsPrincipalFactory { Microsoft::AspNetCore::Components::WebAssembly::Authentication::AccountClaimsPrincipalFactory<TAccount> ^ get(); };
protected Microsoft.AspNetCore.Components.WebAssembly.Authentication.AccountClaimsPrincipalFactory<TAccount> AccountClaimsPrincipalFactory { get; }
member this.AccountClaimsPrincipalFactory : Microsoft.AspNetCore.Components.WebAssembly.Authentication.AccountClaimsPrincipalFactory<'Account (requires 'Account :> Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteUserAccount)>
Protected ReadOnly Property AccountClaimsPrincipalFactory As AccountClaimsPrincipalFactory(Of TAccount)

속성 값

적용 대상