[To be supplied.]
[Visual Basic] Overridable Protected Function DecryptCore( _ ByVal rgb() As Byte, _ ByVal ib As Integer, _ ByVal cb As Integer, _ ByVal fDone As Boolean _ ) As Byte () [C#] protected virtual byte[] DecryptCore( byte[] rgb, int ib, int cb, bool fDone ); [C++] protected: virtual unsigned char* DecryptCore( unsigned char* rgb[], int ib, int cb, bool fDone ) []; [JScript] protected function DecryptCore( rgb : Byte[], ib : int, cb : int, fDone : Boolean ) : Byte[];
SymmetricStreamDecryptor Class | SymmetricStreamDecryptor Members | System.Security.Cryptography Namespace