다음을 통해 공유


HashMembershipCondition.HashValue 속성

정의

멤버 자격 조건에서 테스트할 해시 값을 가져오거나 설정합니다.

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[]

멤버 자격 조건에서 테스트할 해시 값입니다.

예외

HashValuenull로 설정하려고 한 경우

설명

현재 해시 알고리즘에 대해 해시 값의 바이트 수가 올바르지 않으면 멤버 자격 조건은 일치 항목을 찾지 않습니다.

적용 대상