AssemblyHash 構造体
定義
注意事項
The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
注意事項
この API は現在使われていません。
アセンブリ マニフェストの内容のハッシュを表します。Represents a hash of an assembly manifest's contents.
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 values are used throughout the common language runtime to detect a change in assembly contents.
コンストラクター
AssemblyHash(AssemblyHashAlgorithm, Byte[]) |
互換性のために残されています。
互換性のために残されています。
指定したハッシュ アルゴリズムとハッシュ値を使用して、AssemblyHash 構造体の新しいインスタンスを初期化します。Initializes a new instance of the AssemblyHash structure with the specified hash algorithm and the hash value. |
AssemblyHash(Byte[]) |
互換性のために残されています。
互換性のために残されています。
指定したハッシュ値を使用して、AssemblyHash 構造体の新しいインスタンスを初期化します。Initializes a new instance of the AssemblyHash structure with the specified hash value. ハッシュ アルゴリズムの既定の設定は SHA1 です。The hash algorithm defaults to SHA1. |
フィールド
Empty |
互換性のために残されています。
互換性のために残されています。
空の AssemblyHash オブジェクトです。An empty AssemblyHash object. |
プロパティ
Algorithm |
互換性のために残されています。
互換性のために残されています。
ハッシュ アルゴリズムを取得または設定します。Gets or sets the hash algorithm. |
メソッド
Clone() |
互換性のために残されています。
互換性のために残されています。
このオブジェクトのクローンを作成します。Clones this object. |
GetValue() |
互換性のために残されています。
互換性のために残されています。
ハッシュ値を取得します。Gets the hash value. |
SetValue(Byte[]) |
互換性のために残されています。
互換性のために残されています。
ハッシュ値を設定します。Sets the hash value. |