Freigeben über


AssemblyHash.GetValue-Methode

HINWEIS: Diese Methode ist mittlerweile veraltet.

Ruft den Hashwert ab.

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 Function GetValue As Byte()
'Usage
Dim instance As AssemblyHash
Dim returnValue As Byte()

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

Rückgabewert

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