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

プロパティ値

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

適用対象