英語で読む

次の方法で共有


AssemblyHash 構造体

定義

注意事項

The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202

アセンブリ マニフェストの内容のハッシュを表します。

C#
[System.Serializable]
public struct AssemblyHash : ICloneable
C#
[System.Serializable]
[System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
[System.Runtime.InteropServices.ComVisible(true)]
public struct AssemblyHash : ICloneable
継承
AssemblyHash
属性
実装

注釈

AssemblyHash 値は、アセンブリの内容の変更を検出するために共通言語ランタイム全体で使用されます。

コンストラクター

AssemblyHash(AssemblyHashAlgorithm, Byte[])
古い.

指定したハッシュ アルゴリズムとハッシュ値を使用して、AssemblyHash 構造体の新しいインスタンスを初期化します。

AssemblyHash(Byte[])
古い.

指定したハッシュ値を使用して、AssemblyHash 構造体の新しいインスタンスを初期化します。 ハッシュ アルゴリズムの既定の設定は SHA1 です。

フィールド

Empty
古い.

空の AssemblyHash オブジェクトです。

プロパティ

Algorithm
古い.

ハッシュ アルゴリズムを取得または設定します。

メソッド

Clone()
古い.

このオブジェクトのクローンを作成します。

GetValue()
古い.

ハッシュ値を取得します。

SetValue(Byte[])
古い.

ハッシュ値を設定します。

適用対象

製品 バージョン (廃止)
.NET Framework 1.1 (2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1)