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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.