AccountClaimsPrincipalFactory<TAccount> クラス

定義

RemoteUserAccountClaimsPrincipal に変換します。

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)

account 最後 ClaimsPrincipalの に変換します。

適用対象