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 v obsahu sestavení.

Konstruktory

Name Description
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. Ve výchozím nastavení se hashovací algoritmus nastaví na SHA1.

Pole

Name Description
Empty
Zastaralé.

Prázdný AssemblyHash objekt.

Vlastnosti

Name Description
Algorithm
Zastaralé.

Získá nebo nastaví hashovací algoritmus.

Metody

Name Description
Clone()
Zastaralé.

Klonuje tento objekt.

GetValue()
Zastaralé.

Získá hodnotu hash.

SetValue(Byte[])
Zastaralé.

Nastaví hodnotu hash.

Platí pro