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!

ICryptoStream.SetSink

Set the sink- that is, receiver of output-of the stream object.

[Visual Basic]
Sub SetSink( _
   ByVal pstm As ICryptoStream _
)
[C#]
void SetSink(
   ICryptoStream pstm
);
[C++]
void SetSink(
   ICryptoStream* pstm
) = 0;
[JScript]
function SetSink(
   pstm : ICryptoStream
);

Parameters

pstm
cryptographic stream object to receive output of this stream

See Also

ICryptoStream Interface | ICryptoStream Members | System.Security.Cryptography Namespace