ECDiffieHellmanCngPublicKey.Import 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 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 对象表示的密钥的对象。