AssemblyHash.Algorithm Eigenschaft

Definition

Achtung

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

Ruft den Hashalgorithmus ab oder legt diesen fest.

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

Eigenschaftswert

Der Hashalgorithmus einer Assembly.

Attribute

Hinweise

Der Hash besteht aus einem Bytearray und einem Wert aus einer Klasse unterstützter Algorithmustypen.

Gilt für:

Weitere Informationen