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