Update the message digest with a single byte.

Namespace: LLCryptoLib.Hash
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public void Update(
	byte input
)
Visual Basic
Public Sub Update ( _
	input As Byte _
)
Visual C++
public:
void Update(
	unsigned char input
)

Parameters

input
Type: System..::..Byte
the input byte to be entered.

See Also