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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.