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!

CryptoMemoryStream.Data

[To be supplied.]

[Visual Basic]
Overridable Public ReadOnly Property Data As Byte ()
[C#]
public byte[] Data {virtual get;}
[C++]
public: __property virtual unsigned char* get_Data();
[JScript]
public function get Data() : Byte[];

Property Value

Array of bytes constituting the content of the cryptographic stream object.

See Also

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