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

Create a new instance of cryptographic memory stream.

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

Remarks

A new memory stream object is created and used as a cryptographic stream object.

See Also

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