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

[To be supplied.]

[Visual Basic]
Overridable Public ReadOnly Property Stream As MemoryStream
[C#]
public MemoryStream Stream {virtual get;}
[C++]
public: __property virtual MemoryStream* get_Stream();
[JScript]
public function get Stream() : MemoryStream;

Property Value

Memory stream object for the cryptographic stream object.

See Also

CryptoMemoryStream Class | CryptoMemoryStream Members | System.Security.Cryptography Namespace