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