IdentityOptions.Password Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the PasswordOptions for the identity system.
public:
property Microsoft::AspNetCore::Identity::PasswordOptions ^ Password { Microsoft::AspNetCore::Identity::PasswordOptions ^ get(); void set(Microsoft::AspNetCore::Identity::PasswordOptions ^ value); };
C#
public Microsoft.AspNetCore.Identity.PasswordOptions Password { get; set; }
member this.Password : Microsoft.AspNetCore.Identity.PasswordOptions with get, set
Public Property Password As PasswordOptions
The PasswordOptions for the identity system.
منتج | الإصدارات |
---|---|
ASP.NET Core | 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |