Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

class System.​ComponentModel.​Design.​DesigntimeLicenseContextSerializer

Assembly: System.ComponentModel.TypeConverter

Inheritance: object → DesigntimeLicenseContextSerializer

Provides support for design-time license context serialization.

Methods

public static void
Serialize​(IO.​Stream o, string cryptoKey, DesigntimeLicenseContext context)
Serializes the licenses within the specified design-time license context using the specified key and output stream.
o The stream to output to.
cryptoKey The key to use for encryption.
context A <see cref="T:System.ComponentModel.Design.DesigntimeLicenseContext" /> indicating the license context.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
public Type
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object