AssemblyHash Struktura
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
Reprezentuje skrót zawartości manifestu zestawu.
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
- Dziedziczenie
- Atrybuty
- Implementuje
Uwagi
AssemblyHash wartości są używane w całym środowisku uruchomieniowym języka wspólnego do wykrywania zmiany zawartości zestawu.
Konstruktory
AssemblyHash(AssemblyHashAlgorithm, Byte[]) |
Przestarzałe.
Inicjuje nowe wystąpienie AssemblyHash struktury przy użyciu określonego algorytmu skrótu i wartości skrótu. |
AssemblyHash(Byte[]) |
Przestarzałe.
Inicjuje AssemblyHash nowe wystąpienie struktury z określoną wartością skrótu. Algorytm skrótu domyślnie ma wartość SHA1. |
Pola
Empty |
Przestarzałe.
Pusty AssemblyHash obiekt. |
Właściwości
Algorithm |
Przestarzałe.
Pobiera lub ustawia algorytm wyznaczania wartości skrótu. |
Metody
Clone() |
Przestarzałe.
Klonuje ten obiekt. |
GetValue() |
Przestarzałe.
Pobiera wartość skrótu. |
SetValue(Byte[]) |
Przestarzałe.
Ustawia wartość skrótu. |