指定したバイト配列のハッシュ値を計算します。
Overloads Public Function ComputeHash( _
ByVal buffer() As Byte _) As Byte()
[C#]
public byte[] ComputeHash(byte[] buffer);
[C++]
public: unsigned char ComputeHash(unsigned charbuffer __gc[]) __gc[];
[JScript]
public function ComputeHash(
buffer : Byte[]) : Byte[];
パラメータ
- buffer
ハッシュ コードを計算する対象の入力データ。
戻り値
計算済みハッシュ コード。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
HashAlgorithm クラス | HashAlgorithm メンバ | System.Security.Cryptography 名前空間 | HashAlgorithm.ComputeHash オーバーロードの一覧 | 暗号サービス