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!

DesigntimeLicenseContextSerializer.Serialize

Serializes the licenses within the specified design-time license context using the specified key and output stream.

[Visual Basic]
Public Shared Sub Serialize( _
   ByVal o As Stream, _
   ByVal cryptoKey As String, _
   ByVal context As DesigntimeLicenseContext _
)
[C#]
public static void Serialize(
   Stream o,
   string cryptoKey,
   DesigntimeLicenseContext context
);
[C++]
public: static void Serialize(
   Stream* o,
   String* cryptoKey,
   DesigntimeLicenseContext* context
);
[JScript]
public static function Serialize(
   o : Stream,
   cryptoKey : String,
   context : DesigntimeLicenseContext
);

Parameters

o
[To be supplied.]
cryptoKey
[To be supplied.]
context
A DesigntimeLicenseContext indicating the license context.

See Also

DesigntimeLicenseContextSerializer Class | DesigntimeLicenseContextSerializer Members | System.ComponentModel.Design Namespace | DesigntimeLicenseContext | LicenseContext