ServiceCredentialsElement.UserNameAuthentication Property

Definition

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