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!

ICryptoStream.Write

[To be supplied.]

Overload List

This function is used to put write data on the object.

[Visual Basic] Overloads Sub Write(Byte())
[C#] void Write(byte[]);
[C++] void Write(unsigned char*[]) = 0;
[JScript] function Write(Byte[]);

This function is used to put write data on the object.

[Visual Basic] Overloads Sub Write(Byte(), Integer, Integer)
[C#] void Write(byte[], int, int);
[C++] void Write(unsigned char*[], int, int) = 0;
[JScript] function Write(Byte[], int, int);

See Also

ICryptoStream Interface | ICryptoStream Members | System.Security.Cryptography Namespace