UserClaimsPrincipalFactory<TUser> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定のユーザーのクレーム プリンシパルを作成するメソッドを提供します。
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) |
ユーザーの要求を生成します。 |