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!

HashMembershipCondition.HashValue

Designates the hash value to test for

[Visual Basic]
Overridable Public Property HashValue As Byte ()
[C#]
public byte[] HashValue {virtual get; virtual set;}
[C++]
public: __property virtual unsigned char* get_HashValue();
public: __property virtual void set_HashValue(unsigned char*[]);
[JScript]
public function get HashValue() : Byte[];
public function set HashValue(Byte[]);

Property Value

Hash value the membership condition tests for

Remarks

If the number of bytes in the hash value is wrong it will never match for a given algorithm.

See Also

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