ECDiffieHellmanCngPublicKey.Import Method

Definition

Converts the ECDiffieHellmanCngPublicKey object to a CngKey object.

public:
 System::Security::Cryptography::CngKey ^ Import();
public System.Security.Cryptography.CngKey Import ();
member this.Import : unit -> System.Security.Cryptography.CngKey
Public Function Import () As CngKey

Returns

An object that contains the key represented by the ECDiffieHellmanCngPublicKey object.

Applies to