SignInManager<TUser>.Options Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Używane 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