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!

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

[To be supplied.]

[Visual Basic]
Overloads MustOverride Public Sub Write( _
   ByVal rgbInputData() As Byte, _
   ByVal ibStart As Integer, _
   ByVal cbSize As Integer _
)
[C#]
public abstract void Write(
   byte[] rgbInputData,
   int ibStart,
   int cbSize
);
[C++]
public: virtual void Write(
   unsigned char* rgbInputData[],
   int ibStart,
   int cbSize
) = 0;
[JScript]
public abstract function Write(
   rgbInputData : Byte[],
   ibStart : int,
   cbSize : int
);

Parameters

rgbInputData
[To be supplied.]
ibStart
[To be supplied.]
cbSize
[To be supplied.]

See Also

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