SignInManager<TUser>.Options Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
utilisé IdentityOptions .
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