UserNameServiceElement::UserNamePasswordValidationMode Property

 

Gets or sets the manner in which username password is validated.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
[ConfigurationPropertyAttribute("userNamePasswordValidationMode", 
	DefaultValue = UserNamePasswordValidationMode::Windows)]
property UserNamePasswordValidationMode UserNamePasswordValidationMode {
	UserNamePasswordValidationMode get();
	void set(UserNamePasswordValidationMode value);
}

.NET Framework
Available since 3.0
Return to top
Show: