ClientCredentials Constructor (ClientCredentials)
Collapse the table of content
Expand the table of content

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.

Namespace:  System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

protected ClientCredentials(
	ClientCredentials other
)

Parameters

other
Type: System.ServiceModel.Description.ClientCredentials
The ClientCredentials instance to be copied.

ExceptionCondition
ArgumentNullException

other is null.

All properties of the newly constructed instance reflect the values of this parameter.

The most common way to use this class is to access its properties from the client object and not to instantiate it directly.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft