-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
CookielessData.xml
65 lines (62 loc) · 4.03 KB
/
CookielessData.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<Type Name="CookielessData" FullName="System.Web.Mobile.CookielessData">
<TypeSignature Language="C#" Value="public class CookielessData : System.Collections.Specialized.HybridDictionary" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit CookielessData extends System.Collections.Specialized.HybridDictionary" />
<TypeSignature Language="DocId" Value="T:System.Web.Mobile.CookielessData" />
<TypeSignature Language="VB.NET" Value="Public Class CookielessData
Inherits HybridDictionary" />
<TypeSignature Language="F#" Value="type CookielessData = class
 inherit HybridDictionary" />
<TypeSignature Language="C++ CLI" Value="public ref class CookielessData : System::Collections::Specialized::HybridDictionary" />
<AssemblyInfo>
<AssemblyName>System.Web.Mobile</AssemblyName>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Collections.Specialized.HybridDictionary</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute FrameworkAlternate="netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1">
<AttributeName Language="C#">[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]</AttributeName>
<AttributeName Language="F#">[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Encapsulates data into an encrypted <see cref="T:System.Web.Security.FormsAuthenticationTicket" /> for a page adapter to include in links in mobile controls.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
For more information, see <xref:System.Collections.Specialized.HybridDictionary>.
]]></format>
</remarks>
<altmember cref="T:System.Collections.Specialized.HybridDictionary" />
<altmember cref="T:System.Web.UI.MobileControls.IPageAdapter" />
<altmember cref="T:System.Web.Security.FormsAuthenticationTicket" />
<related type="Article" href="https://learn.microsoft.com/aspnet/mobile/overview">Mobile Apps and Sites with ASP.NET</related>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public CookielessData ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:System.Web.Mobile.CookielessData.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberSignature Language="C++ CLI" Value="public:
 CookielessData();" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.Web.Mobile</AssemblyName>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>Creates an instance of the <see cref="T:System.Web.Mobile.CookielessData" /> class. This API is obsolete.</summary>
<remarks>To be added.</remarks>
<altmember cref="T:System.Collections.Specialized.HybridDictionary" />
<altmember cref="T:System.Web.UI.MobileControls.IPageAdapter" />
<altmember cref="T:System.Web.Security.FormsAuthenticationTicket" />
<related type="Article" href="https://learn.microsoft.com/aspnet/mobile/overview">Mobile Apps and Sites with ASP.NET</related>
</Docs>
</Member>
</Members>
</Type>