UserNamePasswordValidator Class
Validates a username and password.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
| Name | Description | |
|---|---|---|
![]() | UserNamePasswordValidator() | Initializes a new instance of the UserNamePasswordValidator class. |
| Name | Description | |
|---|---|---|
![]() ![]() | None | Gets a validator that performs no validation on the username and password. As a result, the username and password are always deemed valid. |
| Name | Description | |
|---|---|---|
![]() ![]() | CreateMembershipProviderValidator(MembershipProvider^) | Gets an instance of a UserNamePasswordValidator that validates a username and password using the specified membership provider. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Validate(String^, String^) | When overridden in a derived class, validates the specified username and password. |
Use the UserNamePasswordValidator class to specify how a username and password is validated. This can be done by deriving a class from UserNamePasswordValidator and override the Validate method. For more information about creating a custom user name and password validator, see How to: Use a Custom User Name and Password Validator.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



