UserClaimsPrincipalFactory<TUser>.Options Property

Definition

Gets the IdentityOptions for this factory.

public:
 property Microsoft::AspNetCore::Identity::IdentityOptions ^ Options { Microsoft::AspNetCore::Identity::IdentityOptions ^ get(); };
public Microsoft.AspNetCore.Identity.IdentityOptions Options { get; }
member this.Options : Microsoft.AspNetCore.Identity.IdentityOptions
Public ReadOnly Property Options As IdentityOptions

Property Value

The current IdentityOptions for this factory instance.

Applies to