Class ECParametersExtensions
- Namespace
- Yubico.YubiKey.Cryptography
- Assembly
- Yubico.YubiKey.dll
Helper extensions for parameter copying
public static class ECParametersExtensions
- Inheritance
-
objectECParametersExtensions
Methods
DeepCopy(ECParameters)
Performs a deep copy of the EC parameters.
public static ECParameters DeepCopy(this ECParameters original)
Parameters
original
ECParametersThe original ECParameters to copy.
Returns
- ECParameters
A new ECParameters with the same values as the original.