UserClaimsPrincipalFactory<TUser> クラス

定義

特定のユーザーのクレーム プリンシパルを作成するメソッドを提供します。

generic <typename TUser>
 where TUser : classpublic ref class UserClaimsPrincipalFactory : Microsoft::AspNetCore::Identity::IUserClaimsPrincipalFactory<TUser>
public class UserClaimsPrincipalFactory<TUser> : Microsoft.AspNetCore.Identity.IUserClaimsPrincipalFactory<TUser> where TUser : class
type UserClaimsPrincipalFactory<'User (requires 'User : null)> = class
    interface IUserClaimsPrincipalFactory<'User (requires 'User : null)>
Public Class UserClaimsPrincipalFactory(Of TUser)
Implements IUserClaimsPrincipalFactory(Of TUser)

型パラメーター

TUser

ユーザーを表すために使用される型。

継承
UserClaimsPrincipalFactory<TUser>
派生
実装

コンストラクター

UserClaimsPrincipalFactory<TUser>(UserManager<TUser>, IOptions<IdentityOptions>)

UserClaimsPrincipalFactory<TUser> クラスの新しいインスタンスを初期化します。

プロパティ

Options

このファクトリの を IdentityOptions 取得します。

UserManager

このファクトリの を UserManager<TUser> 取得します。

メソッド

CreateAsync(TUser)

ClaimsPrincipalユーザーから を非同期的に作成します。

GenerateClaimsAsync(TUser)

ユーザーの要求を生成します。

適用対象