This read/write property returns and sets the hash algorithm to use for hashing the files within the assembly.
[Visual Basic] Overridable Public Property HashAlgorithm As AssemblyHashAlgorithm [C#] public AssemblyHashAlgorithm HashAlgorithm {virtual get; virtual set;} [C++] public: __property virtual AssemblyHashAlgorithm get_HashAlgorithm(); public: __property virtual void set_HashAlgorithm(AssemblyHashAlgorithm); [JScript] public function get HashAlgorithm() : AssemblyHashAlgorithm; public function set HashAlgorithm(AssemblyHashAlgorithm);
Read/write. Returns and sets the hash algorithm to use for hashing the files within the assembly.
AssemblyName Class | AssemblyName Members | System.Reflection Namespace