次の方法で共有


KeyedHashAlgorithm.Key プロパティ

ハッシュ アルゴリズムで使用するキーを取得または設定します。

Public Overridable Property Key As Byte ()
[C#]
public virtual byte[] Key {get; set;}
[C++]
public: __property virtual unsigned char get_Key();public: __property virtual void set_Key(unsigned char __gc[]);
[JScript]
public function get Key() : Byte[];
public function set Key(Byte[]);

プロパティ値

ハッシュ アルゴリズムで使用するキー。

例外

例外の種類 条件
CryptographicException ハッシュが開始された後に、 Key を変更しようとしました。

解説

このプロパティは、 KeyValue の公開アクセサです。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

KeyedHashAlgorithm クラス | KeyedHashAlgorithm メンバ | System.Security.Cryptography 名前空間 | 暗号サービス