IssuedSecurityTokenParameters.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 SecurityTokenParameters that represents the copy.

Remarks

The Clone and CloneCore methods follow the Core design pattern.

CloneCore is an abstract class that is overridden by CloneCore.

The CloneCore method calls the IssuedSecurityTokenParameters constructor.

Applies to