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

Get the source stream object, if any.

[Visual Basic]
Function GetSink() As ICryptoStream
[C#]
ICryptoStream GetSink();
[C++]
ICryptoStream* GetSink() = 0;
[JScript]
function GetSink() : ICryptoStream;

Return Value

Source stream object, or NULL if none.

See Also

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