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.
ClientCredentials::UserName Property
.NET Framework (current version)
Gets a credential object that you can use to set the user name and password that the client uses to authenticate itself to the service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: property UserNamePasswordClientCredential^ UserName { UserNamePasswordClientCredential^ get(); }
Property Value
Type: System.ServiceModel.Security::UserNamePasswordClientCredential^A UserNamePasswordClientCredential that represents the current UserName credential.
Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Show: