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

Set the cryptographic stream object to receive data from this stream.

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

Parameters

pstm
receiving cryptographic stream object

See Also

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