NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AssemblyName.HashAlgorithm

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);

Property Value

Read/write. Returns and sets the hash algorithm to use for hashing the files within the assembly.

See Also

AssemblyName Class | AssemblyName Members | System.Reflection Namespace