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 Class

Cryptographic stream object for memory streams.

Object
   CryptographicObject
      CryptoMemoryStream

[Visual Basic]
Public Class CryptoMemoryStream
   Inherits CryptographicObject
   Implements ICryptoStream
[C#]
public class CryptoMemoryStream : CryptographicObject,
   ICryptoStream
[C++]
public __gc class CryptoMemoryStream : public CryptographicObject,
   ICryptoStream
[JScript]
public class CryptoMemoryStream extends CryptographicObject,
   ICryptoStream

Remarks

[To be supplied.]

Requirements

Namespace: System.Security.Cryptography

Assembly: mscorlib.dll

See Also

CryptoMemoryStream Members | System.Security.Cryptography Namespace