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!

AssemblyHash.Algorithm

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

Property Value

An assembly hash algorithm.

See Also

AssemblyHash Structure | AssemblyHash Members | System.Configuration.Assemblies Namespace