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!

CryptoFileStream.GetSink

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;

Return Value

A cryptographic stream object.

Remarks

The most recently SetSink() cryptographic stream object is returned.

See Also

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