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

Copy one cryptographic stream object to another.

[Visual Basic]
Public Sub CopyTo( _
   ByVal pstm As ICryptoStream _
)
[C#]
public void CopyTo(
   ICryptoStream pstm
);
[C++]
public: void CopyTo(
   ICryptoStream* pstm
);
[JScript]
public function CopyTo(
   pstm : ICryptoStream
);

Parameters

pstm
[To be supplied.]

See Also

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