AssemblyHash 構造体

定義

注意事項

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

注意事項

この API は非推奨になりました。

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

public value class AssemblyHash : ICloneable
[System.Serializable]
public struct AssemblyHash : ICloneable
[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
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Obsolete]
public struct AssemblyHash : ICloneable
[<System.Serializable>]
type AssemblyHash = struct
    interface ICloneable
[<System.Serializable>]
[<System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type AssemblyHash = struct
    interface ICloneable
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Obsolete>]
type AssemblyHash = struct
    interface ICloneable
Public Structure AssemblyHash
Implements ICloneable
継承
AssemblyHash
属性
実装

注釈

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

コンストラクター

AssemblyHash(AssemblyHashAlgorithm, Byte[])
古い.
古い.

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

AssemblyHash(Byte[])
古い.
古い.

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

フィールド

Empty
古い.
古い.

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

プロパティ

Algorithm
古い.
古い.

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

メソッド

Clone()
古い.
古い.

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

GetValue()
古い.
古い.

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

SetValue(Byte[])
古い.
古い.

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

適用対象