DeepCopy Method
DeepCopy(ECParameters)
Performs a deep copy of the EC parameters.
C#
public static ECParameters DeepCopy(this ECParameters original)
Parameters
Type | Name | Description |
---|---|---|
System.Security.Cryptography.ECParameters | original | The original ECParameters to copy. |
Returns
System.Security.Cryptography.ECParameters
A new ECParameters with the same values as the original.