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!

CryptoMemoryStream.CloseStream (Object)

[To be supplied.]

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

Parameters

obj
[To be supplied.]

Remarks

The method is not currently supported.

See Also

CryptoMemoryStream Class | CryptoMemoryStream Members | System.Security.Cryptography Namespace | CryptoMemoryStream.CloseStream Overload List