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!

CryptoStreamDeformatter.Write (Byte[])

[To be supplied.]

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

Parameters

rgbInputData
[To be supplied.]

See Also

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