Click or drag to resize
CustomUserNameValidatorValidate Method
This method validates users. It allows in two users, test1 and test2 with passwords 1tset and 2tset respectively. This code is for illustration purposes only and must not be used in a production environment because it is not secure.

Namespace: RMP.WCF.CustomValidator
Assembly: RMP.WCF (in RMP.WCF.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Validate(
	string userName,
	string password
)

Parameters

userName
Type: SystemString
password
Type: SystemString
Remarks