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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.