ClientCredentials Constructor (ClientCredentials)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a copy of an existing ClientCredentials.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- other
- Type: System.ServiceModel.Description.ClientCredentials
The ClientCredentials instance to be copied.
| Exception | Condition |
|---|---|
| ArgumentNullException | other is null. |
Show: