UserManager<TUser>.Options Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O IdentityOptions usado para configurar o 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