メモ : このコンストラクタは、互換性のために残されています。
指定したハッシュ値を使用して、AssemblyHash 構造体の新しいインスタンスを初期化します。ハッシュ アルゴリズムの既定の設定は SHA1 です。
名前空間: System.Configuration.Assemblies
アセンブリ: mscorlib (mscorlib.dll 内)
構文
'宣言
<ObsoleteAttribute("The AssemblyHash class has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202")> _
Public Sub New ( _
value As Byte() _
)
'使用
Dim value As Byte()
Dim instance As New AssemblyHash(value)
[ObsoleteAttribute("The AssemblyHash class has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202")]
public AssemblyHash (
byte[] value
)
[ObsoleteAttribute(L"The AssemblyHash class has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202")]
public:
AssemblyHash (
array<unsigned char>^ value
)
/** @attribute ObsoleteAttribute("The AssemblyHash class has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202") */
public AssemblyHash (
byte[] value
)
ObsoleteAttribute("The AssemblyHash class has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202")
public function AssemblyHash (
value : byte[]
)
パラメータ
- 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 名前空間