encrypt/decrypt a single byte returning the result.

Namespace: Org.BouncyCastle.Crypto
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
byte ReturnByte(
	byte input
)
Visual Basic
Function ReturnByte ( _
	input As Byte _
) As Byte
Visual C++
unsigned char ReturnByte(
	unsigned char input
)

Parameters

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

Return Value

the result of processing the input byte.

See Also