64 lines
3.6 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Type Name="DesigntimeLicenseContextSerializer" FullName="System.ComponentModel.Design.DesigntimeLicenseContextSerializer">
<TypeSignature Language="C#" Value="public class DesigntimeLicenseContextSerializer" Maintainer="auto" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit DesigntimeLicenseContextSerializer extends System.Object" />
<AssemblyInfo>
<AssemblyName>System</AssemblyName>
<AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey>
<AssemblyVersion>1.0.3300.0</AssemblyVersion>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>This class provides a serialization method that can serialize a specified design-time license context.</para>
<block subset="none" type="note">
<para>Using an instance of this object with untrusted data is a security risk. Use this class only with trusted data. For more information, see <see cref="http://go.microsoft.com/fwlink/?LinkId=330378">Untrusted Data Security Risks</see>.</para>
</block>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Provides support for design-time license context serialization.</para>
</summary>
</Docs>
<Members>
<Member MemberName="Serialize">
<MemberSignature Language="C#" Value="public static void Serialize (System.IO.Stream o, string cryptoKey, System.ComponentModel.Design.DesigntimeLicenseContext context);" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig void Serialize(class System.IO.Stream o, string cryptoKey, class System.ComponentModel.Design.DesigntimeLicenseContext context) cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="o" Type="System.IO.Stream" />
<Parameter Name="cryptoKey" Type="System.String" />
<Parameter Name="context" Type="System.ComponentModel.Design.DesigntimeLicenseContext" />
</Parameters>
<Docs>
<remarks>To be added</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Serializes the licenses within the specified design-time license context using the specified key and output stream.</para>
</summary>
<param name="o">
<attribution license="cc4" from="Microsoft" modified="false" />The stream to output to. </param>
<param name="cryptoKey">
<attribution license="cc4" from="Microsoft" modified="false" />The key to use for encryption. </param>
<param name="context">
<attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.ComponentModel.Design.DesigntimeLicenseContext" /> indicating the license context. </param>
</Docs>
</Member>
</Members>
</Type>