AccountClaimsPrincipalFactory<TAccount> Class   
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.
Converts RemoteUserAccount into a ClaimsPrincipal.
generic <typename TAccount>
 where TAccount : RemoteUserAccountpublic ref class AccountClaimsPrincipalFactorypublic class AccountClaimsPrincipalFactory<TAccount> where TAccount : RemoteUserAccounttype AccountClaimsPrincipalFactory<'Account (requires 'Account :> RemoteUserAccount)> = classPublic Class AccountClaimsPrincipalFactory(Of TAccount)Type Parameters
- TAccount
The account type.
- Inheritance
- 
				AccountClaimsPrincipalFactory<TAccount>
Constructors
| AccountClaimsPrincipalFactory<TAccount>(IAccessTokenProviderAccessor) | Initialize a new instance of AccountClaimsPrincipalFactory<TAccount>. | 
Properties
| TokenProvider | Gets or sets the IAccessTokenProvider. | 
Methods
| CreateUserAsync(TAccount, RemoteAuthenticationUserOptions) | Converts the  |