DesigntimeLicenseContextSerializer::Serialize Method (Stream^, String^, DesigntimeLicenseContext^)

 

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

Namespace:   System.ComponentModel.Design
Assembly:  System (in System.dll)

public:
static void Serialize(
	Stream^ o,
	String^ cryptoKey,
	DesigntimeLicenseContext^ context
)

Parameters

o
Type: System.IO::Stream^

The stream to output to.

cryptoKey
Type: System::String^

The key to use for encryption.

context
Type: System.ComponentModel.Design::DesigntimeLicenseContext^

A DesigntimeLicenseContext indicating the license context.

.NET Framework
Available since 1.1
Return to top
Show: