-
Notifications
You must be signed in to change notification settings - Fork 32
/
AppBuilderExtension.xml
130 lines (130 loc) Β· 10.7 KB
/
AppBuilderExtension.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<Type Name="AppBuilderExtension" FullName="Microsoft.Identity.Web.AppBuilderExtension">
<TypeSignature Language="C#" Value="public static class AppBuilderExtension" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract sealed beforefieldinit AppBuilderExtension extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.Identity.Web.AppBuilderExtension" />
<TypeSignature Language="VB.NET" Value="Public Module AppBuilderExtension" />
<TypeSignature Language="F#" Value="type AppBuilderExtension = class" />
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web.OWIN</AssemblyName>
<AssemblyVersion>2.6.1.0</AssemblyVersion>
<AssemblyVersion>2.7.0.0</AssemblyVersion>
<AssemblyVersion>2.8.0.0</AssemblyVersion>
<AssemblyVersion>2.9.0.0</AssemblyVersion>
<AssemblyVersion>2.10.0.0</AssemblyVersion>
<AssemblyVersion>2.11.0.0</AssemblyVersion>
<AssemblyVersion>2.11.1.0</AssemblyVersion>
<AssemblyVersion>2.12.4.0</AssemblyVersion>
<AssemblyVersion>2.13.0.0</AssemblyVersion>
<AssemblyVersion>2.13.1.0</AssemblyVersion>
<AssemblyVersion>2.13.2.0</AssemblyVersion>
<AssemblyVersion>2.13.3.0</AssemblyVersion>
<AssemblyVersion>2.13.4.0</AssemblyVersion>
<AssemblyVersion>2.14.0.0</AssemblyVersion>
<AssemblyVersion>2.15.1.0</AssemblyVersion>
<AssemblyVersion>2.15.2.0</AssemblyVersion>
<AssemblyVersion>2.15.3.0</AssemblyVersion>
<AssemblyVersion>2.15.5.0</AssemblyVersion>
<AssemblyVersion>2.16.0.0</AssemblyVersion>
<AssemblyVersion>2.16.1.0</AssemblyVersion>
<AssemblyVersion>2.17.0.0</AssemblyVersion>
<AssemblyVersion>2.17.1.0</AssemblyVersion>
<AssemblyVersion>2.17.2.0</AssemblyVersion>
<AssemblyVersion>2.17.3.0</AssemblyVersion>
<AssemblyVersion>2.17.4.0</AssemblyVersion>
<AssemblyVersion>2.17.5.0</AssemblyVersion>
<AssemblyVersion>2.18.1.0</AssemblyVersion>
<AssemblyVersion>2.18.2.0</AssemblyVersion>
<AssemblyVersion>2.19.0.0</AssemblyVersion>
<AssemblyVersion>2.19.1.0</AssemblyVersion>
<AssemblyVersion>2.20.0.0</AssemblyVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.0.1.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>3.2.0.0</AssemblyVersion>
<AssemblyVersion>3.2.1.0</AssemblyVersion>
<AssemblyVersion>3.2.2.0</AssemblyVersion>
<AssemblyVersion>3.3.0.0</AssemblyVersion>
<AssemblyVersion>3.3.1.0</AssemblyVersion>
<AssemblyVersion>3.4.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
Extension methods on an ASP.NET application to add a web app or web API.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="AddMicrosoftIdentityWebApi">
<MemberSignature Language="C#" Value="public static Owin.IAppBuilder AddMicrosoftIdentityWebApi (this Owin.IAppBuilder app, Microsoft.Identity.Web.OWIN.OwinTokenAcquirerFactory tokenAcquirerFactory, Action<Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions>? configureMicrosoftIdentityApplicationOptions = default, Action<Microsoft.Owin.Security.OAuth.OAuthBearerAuthenticationOptions>? updateOptions = default, string configurationSection = "AzureAd");" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Owin.IAppBuilder AddMicrosoftIdentityWebApi(class Owin.IAppBuilder app, class Microsoft.Identity.Web.OWIN.OwinTokenAcquirerFactory tokenAcquirerFactory, class System.Action`1<class Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions> configureMicrosoftIdentityApplicationOptions, class System.Action`1<class Microsoft.Owin.Security.OAuth.OAuthBearerAuthenticationOptions> updateOptions, string configurationSection) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Identity.Web.AppBuilderExtension.AddMicrosoftIdentityWebApi(Owin.IAppBuilder,Microsoft.Identity.Web.OWIN.OwinTokenAcquirerFactory,System.Action{Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions},System.Action{Microsoft.Owin.Security.OAuth.OAuthBearerAuthenticationOptions},System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function AddMicrosoftIdentityWebApi (app As IAppBuilder, tokenAcquirerFactory As OwinTokenAcquirerFactory, Optional configureMicrosoftIdentityApplicationOptions As Action(Of MicrosoftIdentityApplicationOptions) = Nothing, Optional updateOptions As Action(Of OAuthBearerAuthenticationOptions) = Nothing, Optional configurationSection As String = "AzureAd") As IAppBuilder" />
<MemberSignature Language="F#" Value="static member AddMicrosoftIdentityWebApi : Owin.IAppBuilder * Microsoft.Identity.Web.OWIN.OwinTokenAcquirerFactory * Action<Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions> * Action<Microsoft.Owin.Security.OAuth.OAuthBearerAuthenticationOptions> * string -> Owin.IAppBuilder" Usage="Microsoft.Identity.Web.AppBuilderExtension.AddMicrosoftIdentityWebApi (app, tokenAcquirerFactory, configureMicrosoftIdentityApplicationOptions, updateOptions, configurationSection)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web.OWIN</AssemblyName>
<AssemblyVersion>3.4.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Owin.IAppBuilder</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="app" Type="Owin.IAppBuilder" RefType="this" />
<Parameter Name="tokenAcquirerFactory" Type="Microsoft.Identity.Web.OWIN.OwinTokenAcquirerFactory" />
<Parameter Name="configureMicrosoftIdentityApplicationOptions" Type="System.Action<Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions>" />
<Parameter Name="updateOptions" Type="System.Action<Microsoft.Owin.Security.OAuth.OAuthBearerAuthenticationOptions>" />
<Parameter Name="configurationSection" Type="System.String" />
</Parameters>
<Docs>
<param name="app">Application builder.</param>
<param name="tokenAcquirerFactory">Token acquirer factory.</param>
<param name="configureMicrosoftIdentityApplicationOptions">Configure Microsoft authentication options.</param>
<param name="updateOptions">Update the OWIN options if you want to finesse the token validation.</param>
<param name="configurationSection">Configuration section in which to read the options.</param>
<summary>
Adds a protected web API.
</summary>
<returns>The app builder to chain.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AddMicrosoftIdentityWebApp">
<MemberSignature Language="C#" Value="public static Owin.IAppBuilder AddMicrosoftIdentityWebApp (this Owin.IAppBuilder app, Microsoft.Identity.Web.OWIN.OwinTokenAcquirerFactory tokenAcquirerFactory, Action<Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions>? configureMicrosoftIdentityApplicationOptions = default, Action<Microsoft.Owin.Security.OpenIdConnect.OpenIdConnectAuthenticationOptions>? updateOptions = default, string configurationSection = "AzureAd");" />
<MemberSignature Language="ILAsm" Value=".method public static hidebysig class Owin.IAppBuilder AddMicrosoftIdentityWebApp(class Owin.IAppBuilder app, class Microsoft.Identity.Web.OWIN.OwinTokenAcquirerFactory tokenAcquirerFactory, class System.Action`1<class Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions> configureMicrosoftIdentityApplicationOptions, class System.Action`1<class Microsoft.Owin.Security.OpenIdConnect.OpenIdConnectAuthenticationOptions> updateOptions, string configurationSection) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Identity.Web.AppBuilderExtension.AddMicrosoftIdentityWebApp(Owin.IAppBuilder,Microsoft.Identity.Web.OWIN.OwinTokenAcquirerFactory,System.Action{Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions},System.Action{Microsoft.Owin.Security.OpenIdConnect.OpenIdConnectAuthenticationOptions},System.String)" />
<MemberSignature Language="VB.NET" Value="<Extension()>
Public Function AddMicrosoftIdentityWebApp (app As IAppBuilder, tokenAcquirerFactory As OwinTokenAcquirerFactory, Optional configureMicrosoftIdentityApplicationOptions As Action(Of MicrosoftIdentityApplicationOptions) = Nothing, Optional updateOptions As Action(Of OpenIdConnectAuthenticationOptions) = Nothing, Optional configurationSection As String = "AzureAd") As IAppBuilder" />
<MemberSignature Language="F#" Value="static member AddMicrosoftIdentityWebApp : Owin.IAppBuilder * Microsoft.Identity.Web.OWIN.OwinTokenAcquirerFactory * Action<Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions> * Action<Microsoft.Owin.Security.OpenIdConnect.OpenIdConnectAuthenticationOptions> * string -> Owin.IAppBuilder" Usage="Microsoft.Identity.Web.AppBuilderExtension.AddMicrosoftIdentityWebApp (app, tokenAcquirerFactory, configureMicrosoftIdentityApplicationOptions, updateOptions, configurationSection)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web.OWIN</AssemblyName>
<AssemblyVersion>3.4.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Owin.IAppBuilder</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="app" Type="Owin.IAppBuilder" RefType="this" />
<Parameter Name="tokenAcquirerFactory" Type="Microsoft.Identity.Web.OWIN.OwinTokenAcquirerFactory" />
<Parameter Name="configureMicrosoftIdentityApplicationOptions" Type="System.Action<Microsoft.Identity.Abstractions.MicrosoftIdentityApplicationOptions>" />
<Parameter Name="updateOptions" Type="System.Action<Microsoft.Owin.Security.OpenIdConnect.OpenIdConnectAuthenticationOptions>" />
<Parameter Name="configurationSection" Type="System.String" />
</Parameters>
<Docs>
<param name="app">Application builder.</param>
<param name="tokenAcquirerFactory">Token acquirer factory.</param>
<param name="configureMicrosoftIdentityApplicationOptions">Configure Microsoft authentication options.</param>
<param name="updateOptions">Update the OWIN options if you want to finesse the OpenIdConnect options.</param>
<param name="configurationSection">Configuration section in which to read the options.</param>
<summary>
Adds a protected web app.
</summary>
<returns>The app builder to chain.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>