1 write to CustomUserNamePasswordValidatorType
System.ServiceModel (1)
System\ServiceModel\Configuration\UserNameServiceElement.cs (1)
104this.CustomUserNamePasswordValidatorType = from.CustomUserNamePasswordValidatorType;
4 references to CustomUserNamePasswordValidatorType
System.ServiceModel (4)
System\ServiceModel\Configuration\UserNameServiceElement.cs (4)
104this.CustomUserNamePasswordValidatorType = from.CustomUserNamePasswordValidatorType; 133if (!string.IsNullOrEmpty(this.CustomUserNamePasswordValidatorType)) 135Type validatorType = System.Type.GetType(this.CustomUserNamePasswordValidatorType, true); 139SR.GetString(SR.ConfigInvalidUserNamePasswordValidatorType, this.CustomUserNamePasswordValidatorType, typeof(UserNamePasswordValidator).ToString())));