UserClaimsPrincipalFactory<TUser,TRole>.Options Property

Definition

Gets the IdentityOptions for this factory.

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

Property Value

The current IdentityOptions for this factory instance.

Applies to