ハッシュ アルゴリズムを取得または設定します。
Public Property Algorithm As AssemblyHashAlgorithm
[C#]
public AssemblyHashAlgorithm Algorithm {get; set;}
[C++]
public: __property AssemblyHashAlgorithm get_Algorithm();public: __property void set_Algorithm(AssemblyHashAlgorithm);
[JScript]
public function get Algorithm() : AssemblyHashAlgorithm;public function set Algorithm(AssemblyHashAlgorithm);
プロパティ値
アセンブリ ハッシュ アルゴリズム。
解説
ハッシュは、1 つのバイト配列と、サポートされているアルゴリズム型のクラスから取得した 1 つの値により構成されます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
AssemblyHash 構造体 | AssemblyHash メンバ | System.Configuration.Assemblies 名前空間 | AssemblyHashAlgorithm