Get the cryptographic stream object to which this one writes data.
[Visual Basic] Overridable Public Function GetSink() As ICryptoStream [C#] public virtual ICryptoStream GetSink(); [C++] public: virtual ICryptoStream* GetSink(); [JScript] public function GetSink() : ICryptoStream;
A cryptographic stream object.
The most recently SetSink() cryptographic stream object is returned.
CryptoMemoryStream Class | CryptoMemoryStream Members | System.Security.Cryptography Namespace