共用方式為


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)

屬性值

適用於