3 references to CustomUserNamePasswordValidatorType
System.ServiceModel (3)
System\ServiceModel\Configuration\UserNameServiceElement.cs (3)
52
[ConfigurationProperty(ConfigurationStrings.
CustomUserNamePasswordValidatorType
, DefaultValue = "")]
56
get { return (string)base[ConfigurationStrings.
CustomUserNamePasswordValidatorType
]; }
63
base[ConfigurationStrings.
CustomUserNamePasswordValidatorType
] = value;