ClientWindowsAuthenticationMembershipProvider.MinRequiredPasswordLength 属性

定义

此类未使用此属性。

public:
 virtual property int MinRequiredPasswordLength { int get(); };
public override int MinRequiredPasswordLength { get; }
member this.MinRequiredPasswordLength : int
Public Overrides ReadOnly Property MinRequiredPasswordLength As Integer

属性值

Int32

总是为 1。

注解

当用户登录到计算机或域时,Windows 身份验证使用操作系统提供的标识。 因此,与用户凭据相关的属性与此类无关。

适用于

另请参阅