다음을 통해 공유


CryptographicHash.GetValueAndReset 메서드

정의

CryptographicHash 개체에서 해시된 데이터를 가져오고 개체를 다시 설정합니다.

public:
 virtual IBuffer ^ GetValueAndReset() = GetValueAndReset;
IBuffer GetValueAndReset();
public IBuffer GetValueAndReset();
function getValueAndReset()
Public Function GetValueAndReset () As IBuffer

반환

해시된 데이터입니다.

설명

Append 메서드를 호출하여 CryptographicHash 개체에 데이터를 추가합니다.

적용 대상