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[])

[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

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