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