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 Constructor (MemoryStream)

Create a new instance of cryptographic memory stream using an existing memory stream.

[Visual Basic]
Overloads Public Sub New( _
   ByVal stm As MemoryStream _
)
[C#]
public CryptoMemoryStream(
   MemoryStream stm
);
[C++]
public: CryptoMemoryStream(
   MemoryStream* stm
);
[JScript]
public function CryptoMemoryStream(
   stm : MemoryStream
);

Parameters

stm
memory stream object

See Also

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