SspiSecurityTokenParameters.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 that is overridden by CloneCore.

The CloneCore method calls the SspiSecurityTokenParameters constructor.

Applies to