Freigeben über


AssemblyHash-Konstruktor (Byte )

HINWEIS: Dieser Konstruktor ist mittlerweile veraltet.

Initialisiert eine neue Instanz der AssemblyHash-Struktur mit dem angegebenen Hashwert. Der Hashalgorithmus hat den Standardwert SHA1.

Namespace: System.Configuration.Assemblies
Assembly: mscorlib (in mscorlib.dll)

Syntax

'Declaration
<ObsoleteAttribute("The AssemblyHash class has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202")> _
Public Sub New ( _
    value As Byte() _
)
'Usage
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[]
)

Parameter

  • value
    Der Hashwert.

Plattformen

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

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 1.0, 1.1
Veraltet (Compilerwarnung) in 2.0

Siehe auch

Referenz

AssemblyHash-Struktur
AssemblyHash-Member
System.Configuration.Assemblies-Namespace