AssemblyHash.Algorithm Property

Definition

Caution

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

Gets or sets the hash algorithm.

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

Property Value

An assembly hash algorithm.

Attributes

Remarks

The hash is made up of a byte array and a value from a class of supported algorithm types.

Applies to

See also