AssemblyHash Estrutura

Definição

Cuidado

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

Representa um hash do conteúdo de um manifesto do 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>]
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
Herança
AssemblyHash
Atributos
Implementações

Comentários

AssemblyHash os valores são usados em todo o common language runtime para detectar uma alteração no conteúdo do assembly.

Construtores

AssemblyHash(AssemblyHashAlgorithm, Byte[])
Obsoleto.

Inicializa uma nova instância da estrutura AssemblyHash com o algoritmo de hash e o valor de hash especificados.

AssemblyHash(Byte[])
Obsoleto.

Inicializa uma nova instância da estrutura AssemblyHash com o valor de hash especificado. O algoritmo de hash usa SHA1 como padrão.

Campos

Empty
Obsoleto.

Um objeto AssemblyHash vazio.

Propriedades

Algorithm
Obsoleto.

Obtém ou define o algoritmo de hash.

Métodos

Clone()
Obsoleto.

Clona este objeto.

GetValue()
Obsoleto.

Obtém o valor de hash.

SetValue(Byte[])
Obsoleto.

Define o valor de hash.

Aplica-se a