ClientCredentials Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the ClientCredentials class.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
This constructor creates a ClientCredentials object with default settings.
The most common way to use this class is to access its properties from the client object and not to instantiate it directly.
Show: