RemoteAuthenticationService<TRemoteAuthenticationState,TAccount,TProviderOptions>.AccountClaimsPrincipalFactory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the AccountClaimsPrincipalFactory<TAccount> to map accounts to 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)