SignInManager<TUser>.ClaimsFactory Property

Definition

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)

Property Value

Applies to