X509SecurityTokenParameters.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 new instance of the SecurityTokenParameters.

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 X509SecurityTokenParameters constructor.

Applies to