Condividi tramite


CryptographicHash.GetValueAndReset Metodo

Definizione

Ottiene i dati hash dall'oggetto CryptographicHash e reimposta l'oggetto.

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

Restituisce

Dati hash.

Commenti

Chiamare il metodo Append per aggiungere dati all'oggetto CryptographicHash .

Si applica a