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