summaryrefslogtreecommitdiffstats
path: root/samples/OAuthClient/AzureAD.aspx.designer.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-05-05 15:36:55 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2013-05-05 15:36:55 -0700
commit49d654965b6cf0ee6aa171dec50b1d0b8fb86e0c (patch)
tree9b836b0b9e94b8aa1e650c68e714bc214439d8da /samples/OAuthClient/AzureAD.aspx.designer.cs
parent7edb0a63ef796af300c670ce90df8e7670930a10 (diff)
parent489bf70111fe4839e87fa591928d2845341f0059 (diff)
downloadDotNetOpenAuth-49d654965b6cf0ee6aa171dec50b1d0b8fb86e0c.zip
DotNetOpenAuth-49d654965b6cf0ee6aa171dec50b1d0b8fb86e0c.tar.gz
DotNetOpenAuth-49d654965b6cf0ee6aa171dec50b1d0b8fb86e0c.tar.bz2
Adds Azure Active Directory OAuth 2 client.
Closes #271
Diffstat (limited to 'samples/OAuthClient/AzureAD.aspx.designer.cs')
-rw-r--r--samples/OAuthClient/AzureAD.aspx.designer.cs33
1 files changed, 33 insertions, 0 deletions
diff --git a/samples/OAuthClient/AzureAD.aspx.designer.cs b/samples/OAuthClient/AzureAD.aspx.designer.cs
new file mode 100644
index 0000000..701a718
--- /dev/null
+++ b/samples/OAuthClient/AzureAD.aspx.designer.cs
@@ -0,0 +1,33 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+namespace OAuthClient {
+
+
+ public partial class AzureAD {
+
+ /// <summary>
+ /// form1 control.
+ /// </summary>
+ /// <remarks>
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ /// </remarks>
+ protected global::System.Web.UI.HtmlControls.HtmlForm form1;
+
+ /// <summary>
+ /// nameLabel control.
+ /// </summary>
+ /// <remarks>
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ /// </remarks>
+ protected global::System.Web.UI.WebControls.Label nameLabel;
+ }
+}