AssemblyHash.Algorithm 屬性

定義

警告

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

取得或設定雜湊演算法。

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

屬性值

組件雜湊演算法。

屬性

備註

哈希是由位元組陣列和受支援演算法類型類別的值所組成。

適用於

另請參閱