AssemblyHash Struct

Definizione

Attenzione

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

Attenzione

Questa API è ora deprecata.

Rappresenta l'hash del contenuto di un manifesto assembly.

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]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Obsolete]
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
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Obsolete>]
type AssemblyHash = struct
    interface ICloneable
Public Structure AssemblyHash
Implements ICloneable
Ereditarietà
AssemblyHash
Attributi
Implementazioni

Commenti

AssemblyHash i valori vengono usati in Common Language Runtime per rilevare una modifica nel contenuto dell'assembly.

Costruttori

AssemblyHash(AssemblyHashAlgorithm, Byte[])
Obsoleti.
Obsoleti.

Inizializza una nuova istanza della struttura AssemblyHash con l'algoritmo e il valore hash specificati.

AssemblyHash(Byte[])
Obsoleti.
Obsoleti.

Inizializza una nuova istanza della struttura AssemblyHash con il valore hash specificato. L'impostazione predefinita dall'algoritmo hash è SHA1.

Campi

Empty
Obsoleti.
Obsoleti.

Oggetto AssemblyHash vuoto.

Proprietà

Algorithm
Obsoleti.
Obsoleti.

Ottiene e imposta l'algoritmo hash.

Metodi

Clone()
Obsoleti.
Obsoleti.

Clona l'oggetto.

GetValue()
Obsoleti.
Obsoleti.

Ottiene il valore hash.

SetValue(Byte[])
Obsoleti.
Obsoleti.

Imposta il valore hash.

Si applica a