The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
HttpSelfHostConfiguration::UserNamePasswordValidator Property
Gets or sets the UserNamePasswordValidator that is used to validate the username and password sent over HTTP or HTTPS.
Assembly: System.Web.Http.SelfHost (in System.Web.Http.SelfHost.dll)
public: property UserNamePasswordValidator^ UserNamePasswordValidator { UserNamePasswordValidator^ get(); void set(UserNamePasswordValidator^ value); }
Property Value
Type: System.IdentityModel.Selectors::UserNamePasswordValidator^The UserNamePasswordValidator that is used to validate the username and password sent over HTTP or HTTPS.
Show: