NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CryptoFileStream.Write (Byte[], Int32, Int32)

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
);

Parameters

rgbInputData
data bytes to write
ibStart
[To be supplied.]
cbSize
[To be supplied.]

See Also

CryptoFileStream Class | CryptoFileStream Members | System.Security.Cryptography Namespace | CryptoFileStream.Write Overload List