CryptographicHash.GetValueAndReset Método

Definição

Obtém dados hash do objeto CryptographicHash e redefine o objeto .

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

Retornos

Dados de hash.

Comentários

Chame o método Append para adicionar dados ao objeto CryptographicHash .

Aplica-se a