ClientCredentials.UserName Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a credential object that you can use to set the user name and password that the client uses to authenticate itself to a service.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.ServiceModel.Security.UserNamePasswordClientCredentialA UserNamePasswordClientCredential that represents the current user name and password of the client credential.
Show: