Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

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.

Namespace:   System.ServiceModel.Description
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.

You can use the object returned by this property to configure the credential by calling its members, such as UserName and Password.

The following code shows how to configure a credential.

No code example is currently available or this language may not be supported.

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
Return to top
Show:
© 2017 Microsoft