AssemblyHash.Algorithm Propiedad

Definición

Precaución

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

Obtiene o establece el algoritmo hash.

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

Valor de propiedad

El algoritmo hash de un ensamblado.

Atributos

Comentarios

El hash se compone de una matriz de bytes y un valor de una clase de tipos de algoritmo admitidos.

Se aplica a

Consulte también