UserClaimsPrincipalFactory<TUser,TRole>.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.