ECDiffieHellmanOpenSsl.DuplicateKeyHandle Method

Definition

Gets a SafeEvpPKeyHandle representation of the cryptographic key.

C#
public System.Security.Cryptography.SafeEvpPKeyHandle DuplicateKeyHandle();

Returns

A SafeEvpPKeyHandle representation of the cryptographic key.

Remarks

Each call to this method produces a new SafeEvpPKeyHandle object with its own lifetime. The objects returned by this method can safely be used even after this ECDiffieHellmanOpenSsl instance has been disposed.

Applies to

Product Versions
.NET 6, 7, 8, 9, 10