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

[To be supplied.]

Overload List

Create a new instance of cryptographic memory stream.

[Visual Basic] Overloads Public Sub New()
[C#] public CryptoMemoryStream();
[C++] public: CryptoMemoryStream();
[JScript] public function CryptoMemoryStream();

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

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

See Also

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