DesigntimeLicenseContextSerializer.Serialize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Serializes the licenses within the specified design-time license context using the specified key and output stream.
public:
static void Serialize(System::IO::Stream ^ o, System::String ^ cryptoKey, System::ComponentModel::Design::DesigntimeLicenseContext ^ context);
public static void Serialize (System.IO.Stream o, string cryptoKey, System.ComponentModel.Design.DesigntimeLicenseContext context);
static member Serialize : System.IO.Stream * string * System.ComponentModel.Design.DesigntimeLicenseContext -> unit
Public Shared Sub Serialize (o As Stream, cryptoKey As String, context As DesigntimeLicenseContext)
Parameters
- o
- Stream
The stream to output to.
- cryptoKey
- String
The key to use for encryption.
- context
- DesigntimeLicenseContext
A DesigntimeLicenseContext indicating the license context.
Applies to
See also
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.