SignInManager<TUser>.ClaimsFactory プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
protected public:
property Microsoft::AspNetCore::Identity::IUserClaimsPrincipalFactory<TUser> ^ ClaimsFactory { Microsoft::AspNetCore::Identity::IUserClaimsPrincipalFactory<TUser> ^ get(); void set(Microsoft::AspNetCore::Identity::IUserClaimsPrincipalFactory<TUser> ^ value); };
public:
property Microsoft::AspNetCore::Identity::IUserClaimsPrincipalFactory<TUser> ^ ClaimsFactory { Microsoft::AspNetCore::Identity::IUserClaimsPrincipalFactory<TUser> ^ get(); void set(Microsoft::AspNetCore::Identity::IUserClaimsPrincipalFactory<TUser> ^ value); };
protected internal Microsoft.AspNetCore.Identity.IUserClaimsPrincipalFactory<TUser> ClaimsFactory { get; set; }
public Microsoft.AspNetCore.Identity.IUserClaimsPrincipalFactory<TUser> ClaimsFactory { get; set; }
member this.ClaimsFactory : Microsoft.AspNetCore.Identity.IUserClaimsPrincipalFactory<'User (requires 'User : null)> with get, set
Protected Friend Property ClaimsFactory As IUserClaimsPrincipalFactory(Of TUser)
Public Property ClaimsFactory As IUserClaimsPrincipalFactory(Of TUser)