Share via


SingleSignOnMembershipProvider.MinRequiredPasswordLength Property

 

This property supports the AD FS infrastructure and is not intended to be used directly from your code.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

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

Property Value

Type: System.Int32

The minimum required password length of a user password.

See Also

SingleSignOnMembershipProvider Class
System.Web.Security.SingleSignOn Namespace

Return to top