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)

属性值

适用于