ECDiffieHellmanCngPublicKey.Import 方法

定义

ECDiffieHellmanCngPublicKey 对象转换为 CngKey 对象。

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

返回

一个包含由 ECDiffieHellmanCngPublicKey 对象表示的密钥的对象。

适用于