IssuedTokenServiceElement::Copy Method (IssuedTokenServiceElement^)

 

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

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

public:
void Copy(
	IssuedTokenServiceElement^ from
)

Parameters

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

A configuration element to copy from.

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: