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[]);
Hash value the membership condition tests for
If the number of bytes in the hash value is wrong it will never match for a given algorithm.
HashMembershipCondition Class | HashMembershipCondition Members | System.Security.Policy Namespace