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 );
ICryptoStream Interface | ICryptoStream Members | System.Security.Cryptography Namespace