[To be supplied.]
[Visual Basic] MustOverride Public Function EncryptValue( _ ByVal rgb() As Byte _ ) As Byte () [C#] public abstract byte[] EncryptValue( byte[] rgb ); [C++] public: virtual unsigned char* EncryptValue( unsigned char* rgb[] ) [] = 0; [JScript] public abstract function EncryptValue( rgb : Byte[] ) : Byte[];
RSA Class | RSA Members | System.Security.Cryptography Namespace