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!

Hash Constructor

Initializes an instance of the Hash class.

[Visual Basic]
Public Sub New( _
   ByVal assembly As Assembly _
)
[C#]
public Hash(
   Assembly assembly
);
[C++]
public: Hash(
   Assembly* assembly
);
[JScript]
public function Hash(
   assembly : Assembly
);

Parameters

assembly
Assembly to compute hash value for

Exceptions

Exception Type Condition
ArgumentException if the type of the argument is not Assembly.

Remarks

The hash value computation is not done until one of the properties or method is called.

See Also

Hash Class | Hash Members | System.Security.Policy Namespace