ClientWindowsAuthenticationMembershipProvider.PasswordStrengthRegularExpression 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类未使用此属性。
public:
virtual property System::String ^ PasswordStrengthRegularExpression { System::String ^ get(); };
public override string PasswordStrengthRegularExpression { get; }
member this.PasswordStrengthRegularExpression : string
Public Overrides ReadOnly Property PasswordStrengthRegularExpression As String
属性值
总是为“*”。
注解
当用户登录到计算机或域时,Windows 身份验证使用操作系统提供的标识。 因此,与用户凭据相关的属性与此类无关。