Condividi tramite


IdentityOptions.Lockout Proprietà

Definizione

Ottiene o imposta l'oggetto LockoutOptions per il sistema di identità.

public:
 property Microsoft::AspNetCore::Identity::LockoutOptions ^ Lockout { Microsoft::AspNetCore::Identity::LockoutOptions ^ get(); void set(Microsoft::AspNetCore::Identity::LockoutOptions ^ value); };
public Microsoft.AspNetCore.Identity.LockoutOptions Lockout { get; set; }
member this.Lockout : Microsoft.AspNetCore.Identity.LockoutOptions with get, set
Public Property Lockout As LockoutOptions

Valore della proprietà

Oggetto LockoutOptions per il sistema di identità.

Si applica a