AssemblyHash Struktura

Definice

Upozornění

The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202

Představuje hodnotu hash obsahu manifestu sestavení.

public value class AssemblyHash : ICloneable
[System.Serializable]
public struct AssemblyHash : ICloneable
[System.Serializable]
[System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
[System.Runtime.InteropServices.ComVisible(true)]
public struct AssemblyHash : ICloneable
[<System.Serializable>]
type AssemblyHash = struct
    interface ICloneable
[<System.Serializable>]
[<System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type AssemblyHash = struct
    interface ICloneable
Public Structure AssemblyHash
Implements ICloneable
Dědičnost
AssemblyHash
Atributy
Implementuje

Poznámky

AssemblyHash hodnoty se používají v rámci modulu CLR (Common Language Runtime) ke zjištění změny obsahu sestavení.

Konstruktory

AssemblyHash(AssemblyHashAlgorithm, Byte[])
Zastaralé.

Inicializuje novou instanci AssemblyHash struktury pomocí zadaného hash algoritmu a hodnoty hash.

AssemblyHash(Byte[])
Zastaralé.

Inicializuje novou instanci AssemblyHash struktury se zadanou hodnotou hash. Výchozí hodnota hashového algoritmu je SHA1.

Pole

Empty
Zastaralé.

Prázdný AssemblyHash objekt.

Vlastnosti

Algorithm
Zastaralé.

Získá nebo nastaví algoritmus hash.

Metody

Clone()
Zastaralé.

Naklonuje tento objekt.

GetValue()
Zastaralé.

Získá hodnotu hash.

SetValue(Byte[])
Zastaralé.

Nastaví hodnotu hash.

Platí pro