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