AssemblyHash Estructura

Definición

Precaución

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

Precaución

Esta API ya está en desuso.

Representa un valor hash del contenido del manifiesto del ensamblado.

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
Herencia
AssemblyHash
Atributos
Implementaciones

Comentarios

AssemblyHash Los valores se usan en Common Language Runtime para detectar un cambio en el contenido del ensamblado.

Constructores

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

Inicializa una nueva instancia de la estructura AssemblyHash con el algoritmo hash y el valor hash especificados.

AssemblyHash(Byte[])
Obsoleto.
Obsoleto.

Inicializa una nueva instancia de la estructura AssemblyHash con el valor hash especificado. El valor predeterminado del algoritmo hash es SHA1.

Campos

Empty
Obsoleto.
Obsoleto.

Objeto AssemblyHash vacío.

Propiedades

Algorithm
Obsoleto.
Obsoleto.

Obtiene o establece el algoritmo hash.

Métodos

Clone()
Obsoleto.
Obsoleto.

Clona este objeto.

GetValue()
Obsoleto.
Obsoleto.

Obtiene el valor hash.

SetValue(Byte[])
Obsoleto.
Obsoleto.

Establece el valor hash.

Se aplica a