| CryptoAPITransform: TransformBlock |
Processes a set of data, encrypting or decrypting it.
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
The InputCount must be an exact multiple of the InputBlockSize or an exception will be thrown.
Project VBCorLib Overview Class CryptoAPITransform Overview CryptoAPITransform Properties CryptoAPITransform Methods ToString TransformFinalBlock