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!

CryptoStreamDeformatter.GetSink

[To be supplied.]

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

See Also

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