IssuedTokenClientElement::Copy Method (IssuedTokenClientElement^)

 

Copies the content of the specified configuration element to this IssuedTokenClientElement.

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

public:
void Copy(
	IssuedTokenClientElement^ from
)

Parameters

from
Type: System.ServiceModel.Configuration::IssuedTokenClientElement^

A configuration section.

Exception Condition
ArgumentNullException

from is null or empty.

ConfigurationErrorsException

The configuration file is read-only.

.NET Framework
Available since 3.0
Return to top
Show: