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 (Object)

Finalize and close the stream object.

[Visual Basic]
Overloads Sub CloseStream( _
   ByVal obj As Object _
)
[C#]
void CloseStream(
   object obj
);
[C++]
void CloseStream(
   Object* obj
) = 0;
[JScript]
function CloseStream(
   obj : Object
);

Parameters

obj
[To be supplied.]

See Also

ICryptoStream Interface | ICryptoStream Members | System.Security.Cryptography Namespace | ICryptoStream.CloseStream Overload List