MembershipPasswordAttribute.MinRequiredPasswordLength 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置属性用于验证所需的最小密码长度。
public:
property int MinRequiredPasswordLength { int get(); void set(int value); };
public int MinRequiredPasswordLength { get; set; }
member this.MinRequiredPasswordLength : int with get, set
Public Property MinRequiredPasswordLength As Integer
属性值
此特性用于验证所需的最少的密码长度。
注解
如果 MinRequiredPasswordLength 未显式设置属性,它将使用属性的值 MinRequiredPasswordLength 。