DesigntimeLicenseContextSerializer::Serialize Method (Stream^, String^, DesigntimeLicenseContext^)
.NET Framework (current version)
Serializes the licenses within the specified design-time license context using the specified key and output stream.
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
Available since 1.1
Show: