AssemblyHash.Algorithm Propriété

Définition

Attention

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

Obtient ou définit l'algorithme de hachage.

public:
 property System::Configuration::Assemblies::AssemblyHashAlgorithm Algorithm { System::Configuration::Assemblies::AssemblyHashAlgorithm get(); void set(System::Configuration::Assemblies::AssemblyHashAlgorithm value); };
public System.Configuration.Assemblies.AssemblyHashAlgorithm Algorithm { get; set; }
[System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
public System.Configuration.Assemblies.AssemblyHashAlgorithm Algorithm { get; set; }
member this.Algorithm : System.Configuration.Assemblies.AssemblyHashAlgorithm with get, set
[<System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.Algorithm : System.Configuration.Assemblies.AssemblyHashAlgorithm with get, set
Public Property Algorithm As AssemblyHashAlgorithm

Valeur de propriété

Algorithme de hachage d'un assembly.

Attributs

Remarques

Le hachage est constitué d’un tableau d’octets et d’une valeur d’une classe de types d’algorithmes pris en charge.

S’applique à

Voir aussi