ECDsaCng.Key プロパティ

定義

データの署名および検証を行うときに使用するキーを取得または設定します。

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

プロパティ値

キーを指定するオブジェクト。

適用対象