SecureConversationSecurityTokenParameters.CloneCore Method

Definition

Clones another instance of this instance of the class.

protected:
 override System::ServiceModel::Security::Tokens::SecurityTokenParameters ^ CloneCore();
protected override System.ServiceModel.Security.Tokens.SecurityTokenParameters CloneCore ();
override this.CloneCore : unit -> System.ServiceModel.Security.Tokens.SecurityTokenParameters
Protected Overrides Function CloneCore () As SecurityTokenParameters

Returns

A SecureConversationSecurityTokenParameters instance that represents the copy.

Remarks

The Clone and CloneCore methods follow the Core design pattern.

CloneCore is an abstract class which is overridden by CloneCore.

The CloneCore method calls the SecureConversationSecurityTokenParameters constructor.

Applies to