Compartir a través de


CryptographicHash.GetValueAndReset Método

Definición

Obtiene datos con hash del objeto CryptographicHash y restablece el objeto .

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

Devoluciones

Datos con hash.

Comentarios

Llame al método Append para agregar datos al objeto CryptographicHash .

Se aplica a