IdentityOptions.Lockout Eigenschaft

Definition

Ruft den LockoutOptions für das Identitätssystem ab oder legt es fest.

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

Eigenschaftswert

Der LockoutOptions für das Identitätssystem.

Gilt für: