AssemblyHash Struktur
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Perhatian
The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
Mewakili hash konten manifes perakitan.
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
- Warisan
- Atribut
- Penerapan
Keterangan
AssemblyHash nilai digunakan di seluruh runtime bahasa umum untuk mendeteksi perubahan konten rakitan.
Konstruktor
AssemblyHash(AssemblyHashAlgorithm, Byte[]) |
Kedaluwarsa.
Menginisialisasi instans AssemblyHash baru struktur dengan algoritma hash yang ditentukan dan nilai hash. |
AssemblyHash(Byte[]) |
Kedaluwarsa.
Menginisialisasi instans AssemblyHash baru struktur dengan nilai hash yang ditentukan. Algoritma hash default ke SHA1. |
Bidang
Empty |
Kedaluwarsa.
Sebuah objek AssemblyHash kosong. |
Properti
Algorithm |
Kedaluwarsa.
Mendapatkan atau mengatur algoritma hash. |
Metode
Clone() |
Kedaluwarsa.
Mengkloning objek ini. |
GetValue() |
Kedaluwarsa.
Mendapatkan nilai hash. |
SetValue(Byte[]) |
Kedaluwarsa.
Mengatur nilai hash. |