Show / Hide Table of Contents

DeepCopy Method

DeepCopy(ECParameters)

Performs a deep copy of the EC parameters.

C#
public static ECParameters DeepCopy(this ECParameters original)

Parameters

Type Name Description
ECParameters original

The original ECParameters to copy.

Returns

ECParameters

A new ECParameters with the same values as the original.

In this article
Back to top Generated by DocFX