AssemblyHash Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
Représente un hachage du contenu d'un manifeste d'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
- Héritage
- Attributs
- Implémente
Remarques
AssemblyHash Les valeurs sont utilisées dans le Common Language Runtime pour détecter une modification du contenu de l’assembly.
Constructeurs
AssemblyHash(AssemblyHashAlgorithm, Byte[]) |
Obsolète.
Initialise une nouvelle instance de la structure AssemblyHash avec l'algorithme de hachage et la valeur de hachage spécifiés. |
AssemblyHash(Byte[]) |
Obsolète.
Initialise une nouvelle instance de la structure AssemblyHash avec la valeur de hachage spécifiée. La valeur par défaut de l'algorithme de hachage est SHA1. |
Champs
Empty |
Obsolète.
Objet AssemblyHash vide. |
Propriétés
Algorithm |
Obsolète.
Obtient ou définit l'algorithme de hachage. |
Méthodes
Clone() |
Obsolète.
Clone cet objet. |
GetValue() |
Obsolète.
Obtient la valeur de hachage. |
SetValue(Byte[]) |
Obsolète.
Définit la valeur de hachage. |