HashMembershipCondition.HashValue 属性

定义

获取或设置要针对其测试成员条件的哈希值。Gets or sets the hash value for which the membership condition tests.

public:
 property cli::array <System::Byte> ^ HashValue { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[] HashValue { get; set; }
member this.HashValue : byte[] with get, set
Public Property HashValue As Byte()

属性值

Byte[]

要针对其测试成员条件的哈希值。The hash value for which the membership condition tests.

例外

尝试将 HashValue 设置为 nullAn attempt is made to set HashValue to null.

注解

如果哈希值中的字节数对于当前哈希算法不正确,则成员条件从不会找到匹配项。If the number of bytes in the hash value is incorrect for the current hash algorithm, the membership condition never finds a match.

适用于