Gets and set the hash algorithm. See AssemblyHashAlgorithm.
[Visual Basic] 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);
An assembly hash algorithm.
AssemblyHash Structure | AssemblyHash Members | System.Configuration.Assemblies Namespace