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: