MLKemCng.GetKey メソッド

定義

現在のインスタンスで使用されるキーを表す新しい CngKey を取得します。

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

返品

例外

このインスタンスは破棄されました。

注釈

この CngKey オブジェクトは、そのコンストラクターが使用された場合、 MLKemCng(CngKey)に渡されたものと同じではありません。 ただし、同じ CNG キーを指します。

適用対象