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

Syntax

C#
byte[] ProcessByte(
	byte input
)
Visual Basic
Function ProcessByte ( _
	input As Byte _
) As Byte()
Visual C++
array<unsigned char>^ ProcessByte(
	unsigned char input
)

Parameters

input
Type: System..::..Byte

See Also