Condividi tramite


IdentityOptions.Password Proprietà

Definizione

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

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

Valore della proprietà

Oggetto PasswordOptions per il sistema di identità.

Si applica a