Freigeben über


AssemblyHash.SetValue-Methode

HINWEIS: Diese Methode ist mittlerweile veraltet.

Legt den Hashwert fest.

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 SetValue ( _
    value As Byte() _
)
'Usage
Dim instance As AssemblyHash
Dim value As Byte()

instance.SetValue(value)
[ObsoleteAttribute("The AssemblyHash class has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202")] 
public void SetValue (
    byte[] value
)
[ObsoleteAttribute(L"The AssemblyHash class has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202")] 
public:
void SetValue (
    array<unsigned char>^ value
)
/** @attribute ObsoleteAttribute("The AssemblyHash class has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202") */ 
public void SetValue (
    byte[] value
)
ObsoleteAttribute("The AssemblyHash class has been deprecated. https://go.microsoft.com/fwlink/?linkid=14202") 
public function SetValue (
    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