This function is used to put write data on the object.
[Visual Basic] Overloads Sub Write( _ ByVal rgbInputData() As Byte _ ) [C#] void Write( byte[] rgbInputData ); [C++] void Write( unsigned char* rgbInputData[] ) = 0; [JScript] function Write( rgbInputData : Byte[] );
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