IdentityOptions.Password 属性

定义

获取或设置 PasswordOptions 标识系统的 。

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

属性值

PasswordOptions标识系统的 。

适用于