| ICryptoTransform: TransformBlock |
Transforms a block of plain text data, placing the ciphered text in the output buffer.
Public Function TransformBlock( ByRef InputBuffer ( ) As Byte, ByVal InputOffset As Long, ByVal InputCount As Long, ByRef OutputBuffer ( ) As Byte, ByVal OutputOffset As Long ) As Long
Project VBCorLib Overview Class ICryptoTransform Overview ICryptoTransform Properties ICryptoTransform Methods OutputBlockSize (get) TransformFinalBlock