ECDiffieHellmanCng.Key プロパティ

定義

現在のオブジェクトが暗号化操作のために使用する CngKey を指定します。

public:
 property System::Security::Cryptography::CngKey ^ Key { System::Security::Cryptography::CngKey ^ get(); };
public System.Security.Cryptography.CngKey Key { get; }
member this.Key : System.Security.Cryptography.CngKey
Public ReadOnly Property Key As CngKey

プロパティ値

このオブジェクトが暗号化操作を実行するために使用するキー ペア。

適用対象