add the pad bytes to the passed in block, returning the
number of bytes added.
Namespace: Org.BouncyCastle.Crypto.PaddingsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public int AddPadding( byte[] input, int inOff ) |
Visual Basic |
---|
Public Function AddPadding ( _ input As Byte(), _ inOff As Integer _ ) As Integer |
Visual C++ |
---|
public: virtual int AddPadding( array<unsigned char>^ input, int inOff ) sealed |