HashAlgorithm.ComputeHash メソッド
入力データのハッシュ値を計算します。
オーバーロードの一覧
指定したバイト配列のハッシュ値を計算します。
[Visual Basic] Overloads Public Function ComputeHash(Byte()) As Byte()
[C++] public: unsigned char ComputeHash(unsigned char __gc[]) __gc[];
指定された Stream のハッシュ値を計算します。
[Visual Basic] Overloads Public Function ComputeHash(Stream) As Byte()
指定したバイト配列の指定した領域のハッシュ値を計算します。
[Visual Basic] Overloads Public Function ComputeHash(Byte(), Integer, Integer) As Byte()
[C++] public: unsigned char ComputeHash(unsigned char __gc[], int, int) __gc[];
[JScript] public function ComputeHash(Byte[], int, int) : Byte[];
参照
HashAlgorithm クラス | HashAlgorithm メンバ | System.Security.Cryptography 名前空間