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 オブジェクトで表されるキーを格納したオブジェクト。

適用対象