UserManager<TUser>.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.
The IdentityOptions used to configure Identity.
protected public:
property Microsoft::AspNetCore::Builder::IdentityOptions ^ Options { Microsoft::AspNetCore::Builder::IdentityOptions ^ get(); void set(Microsoft::AspNetCore::Builder::IdentityOptions ^ value); };
public:
property Microsoft::AspNetCore::Identity::IdentityOptions ^ Options { Microsoft::AspNetCore::Identity::IdentityOptions ^ get(); void set(Microsoft::AspNetCore::Identity::IdentityOptions ^ value); };
protected internal Microsoft.AspNetCore.Builder.IdentityOptions Options { get; set; }
public Microsoft.AspNetCore.Identity.IdentityOptions Options { get; set; }
member this.Options : Microsoft.AspNetCore.Builder.IdentityOptions with get, set
member this.Options : Microsoft.AspNetCore.Identity.IdentityOptions with get, set
Protected Friend Property Options As IdentityOptions
Public Property Options As IdentityOptions