SslSecurityTokenParameters.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 instance that represents the copy.

Remarks

The Clone and CloneCore methods follow the Core design pattern. CloneCore overrides CloneCore.

The CloneCore method calls the SslSecurityTokenParameters constructor.

Applies to