AccountClaimsPrincipalFactory<TAccount> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 RemoteUserAccount 轉換成 ClaimsPrincipal。
generic <typename TAccount>
where TAccount : RemoteUserAccountpublic ref class AccountClaimsPrincipalFactory
public class AccountClaimsPrincipalFactory<TAccount> where TAccount : RemoteUserAccount
type AccountClaimsPrincipalFactory<'Account (requires 'Account :> RemoteUserAccount)> = class
Public Class AccountClaimsPrincipalFactory(Of TAccount)
類型參數
- TAccount
帳戶類型。
- 繼承
-
AccountClaimsPrincipalFactory<TAccount>
建構函式
AccountClaimsPrincipalFactory<TAccount>(IAccessTokenProviderAccessor) |
初始化 的新實例 AccountClaimsPrincipalFactory<TAccount> 。 |
屬性
TokenProvider |
取得或設定 IAccessTokenProvider。 |
方法
CreateUserAsync(TAccount, RemoteAuthenticationUserOptions) |
將 |