Table of Contents

Class ECParametersExtensions

Namespace
Yubico.YubiKey.Cryptography
Assembly
Yubico.YubiKey.dll

Helper extensions for parameter copying

public static class ECParametersExtensions
Inheritance
object
ECParametersExtensions

Methods

DeepCopy(ECParameters)

Performs a deep copy of the EC parameters.

public static ECParameters DeepCopy(this ECParameters original)

Parameters

original ECParameters

The original ECParameters to copy.

Returns

ECParameters

A new ECParameters with the same values as the original.