This function is used to put write data on the object.
[Visual Basic] Overloads Sub Write( _ ByVal rgbInputData() As Byte, _ ByVal ibStart As Integer, _ ByVal cbSize As Integer _ ) [C#] void Write( byte[] rgbInputData, int ibStart, int cbSize ); [C++] void Write( unsigned char* rgbInputData[], int ibStart, int cbSize ) = 0; [JScript] function Write( rgbInputData : Byte[], ibStart : int, cbSize : int );
The function returns the count of bytes that are written.
Exception Type | Condition |
---|---|
CryptographicUnexpectedOperationException | write after closing |
ICryptoStream Interface | ICryptoStream Members | System.Security.Cryptography Namespace | ICryptoStream.Write Overload List