Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SecurityTokenParameters::Clone Method ()

 

Clones another instance of this instance of the class.

Namespace:   System.ServiceModel.Security.Tokens
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
SecurityTokenParameters^ Clone()

Exception Condition
InvalidOperationException

Unable to clone this instance of the class.

The Clone and CloneCore methods follow the Core design pattern. In that pattern, this method performs some validation and then calls CloneCore, which is an abstract method that is overridden in derived classes to perform the core functionality.

Universal Windows Platform
Available since 8
.NET Framework
Available since 3.0
Portable Class Library
Supported in: portable .NET platforms
Return to top
Show:
© 2017 Microsoft