encrypt/decrypt a single byte returning the result.
Namespace: Org.BouncyCastle.CryptoAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
 Syntax
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.





