次の方法で共有


AssemblyHash コンストラクタ (AssemblyHashAlgorithm, Byte[])

メモ : このコンストラクタは、互換性のために残されています。

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

名前空間: System.Configuration.Assemblies
アセンブリ: mscorlib (mscorlib.dll 内)

構文

'宣言
<ObsoleteAttribute("The AssemblyHash class has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202")> _
Public Sub New ( _
    algorithm As AssemblyHashAlgorithm, _
    value As Byte() _
)
'使用
Dim algorithm As AssemblyHashAlgorithm
Dim value As Byte()

Dim instance As New AssemblyHash(algorithm, value)
[ObsoleteAttribute("The AssemblyHash class has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202")] 
public AssemblyHash (
    AssemblyHashAlgorithm algorithm,
    byte[] value
)
[ObsoleteAttribute(L"The AssemblyHash class has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202")] 
public:
AssemblyHash (
    AssemblyHashAlgorithm algorithm, 
    array<unsigned char>^ value
)
/** @attribute ObsoleteAttribute("The AssemblyHash class has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202") */ 
public AssemblyHash (
    AssemblyHashAlgorithm algorithm, 
    byte[] value
)
ObsoleteAttribute("The AssemblyHash class has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202") 
public function AssemblyHash (
    algorithm : AssemblyHashAlgorithm, 
    value : byte[]
)

パラメータ

  • algorithm
    ハッシュを生成するために使用されるアルゴリズム。このパラメータの値は、AssemblyHashAlgorithm 列挙体から取得されます。
  • value
    ハッシュ値。

プラットフォーム

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 1.0、1.1
2.0 では、互換性のために残されています (コンパイル時に警告)

参照

関連項目

AssemblyHash 構造体
AssemblyHash メンバ
System.Configuration.Assemblies 名前空間