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)