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

Set the source- that is, sender of input- to the stream object.

[Visual Basic]
Sub SetSource( _
   ByVal parent As CryptographicObject _
)
[C#]
void SetSource(
   CryptographicObject parent
);
[C++]
void SetSource(
   CryptographicObject* parent
) = 0;
[JScript]
function SetSource(
   parent : CryptographicObject
);

Parameters

parent
stream object providing data to this

See Also

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