Write portion or an array of bytes to the cryptographic stream object.
[Visual Basic] Overloads Overridable Public Sub Write( _ ByVal rgbInputData() As Byte, _ ByVal ibStart As Integer, _ ByVal cbSize As Integer _ ) [C#] public virtual void Write( byte[] rgbInputData, int ibStart, int cbSize ); [C++] public: virtual void Write( unsigned char* rgbInputData[], int ibStart, int cbSize ); [JScript] public function Write( rgbInputData : Byte[], ibStart : int, cbSize : int );
CryptoMemoryStream Class | CryptoMemoryStream Members | System.Security.Cryptography Namespace | CryptoMemoryStream.Write Overload List