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.CloseStream

[To be supplied.]

Overload List

Finalize and close the stream object.

[Visual Basic] Overloads Sub CloseStream(Object)
[C#] void CloseStream(Object);
[C++] void CloseStream(Object*) = 0;
[JScript] function CloseStream(Object);

Finalize and close the stream object.

[Visual Basic] Overloads Sub CloseStream()
[C#] void CloseStream();
[C++] void CloseStream() = 0;
[JScript] function CloseStream();

See Also

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