ServiceCredentialsElement.UserNameAuthentication Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the settings for username and password validation.
public:
property System::ServiceModel::Configuration::UserNameServiceElement ^ UserNameAuthentication { System::ServiceModel::Configuration::UserNameServiceElement ^ get(); };
[System.Configuration.ConfigurationProperty("userNameAuthentication")]
public System.ServiceModel.Configuration.UserNameServiceElement UserNameAuthentication { get; }
[<System.Configuration.ConfigurationProperty("userNameAuthentication")>]
member this.UserNameAuthentication : System.ServiceModel.Configuration.UserNameServiceElement
Public ReadOnly Property UserNameAuthentication As UserNameServiceElement
Property Value
A UserNameServiceElement that specifies the settings for username and password validation.
- Attributes
Applies to
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.