MinimumLengthValidator Class

 

Represents a minimum length password validator.

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

System.Object
  Microsoft.AspNet.Identity.MinimumLengthValidator

public class MinimumLengthValidator : IIdentityValidator<string>

NameDescription
System_CAPS_pubmethodMinimumLengthValidator(Int32)

Initializes a new instance of the MinimumLengthValidator class.

NameDescription
System_CAPS_pubpropertyRequiredLength

Gets the minimum required length for the password.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidateAsync(String)

Ensures that the password is of the required length.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: