-
Notifications
You must be signed in to change notification settings - Fork 32
/
AppServicesAuthenticationHandler.xml
113 lines (113 loc) · 7.81 KB
/
AppServicesAuthenticationHandler.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
<Type Name="AppServicesAuthenticationHandler" FullName="Microsoft.Identity.Web.AppServicesAuthenticationHandler">
<TypeSignature Language="C#" Value="public class AppServicesAuthenticationHandler : Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.Identity.Web.AppServicesAuthenticationOptions>" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit AppServicesAuthenticationHandler extends Microsoft.AspNetCore.Authentication.AuthenticationHandler`1<class Microsoft.Identity.Web.AppServicesAuthenticationOptions>" />
<TypeSignature Language="DocId" Value="T:Microsoft.Identity.Web.AppServicesAuthenticationHandler" />
<TypeSignature Language="VB.NET" Value="Public Class AppServicesAuthenticationHandler
Inherits AuthenticationHandler(Of AppServicesAuthenticationOptions)" />
<TypeSignature Language="F#" Value="type AppServicesAuthenticationHandler = class
 inherit AuthenticationHandler<AppServicesAuthenticationOptions>" />
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web</AssemblyName>
<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>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.AspNetCore.Authentication.AuthenticationHandler<Microsoft.Identity.Web.AppServicesAuthenticationOptions></BaseTypeName>
<BaseTypeArguments>
<BaseTypeArgument TypeParamName="!0">Microsoft.Identity.Web.AppServicesAuthenticationOptions</BaseTypeArgument>
</BaseTypeArguments>
</Base>
<Interfaces />
<Docs>
<summary>
App service authentication handler.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public AppServicesAuthenticationHandler (Microsoft.Extensions.Options.IOptionsMonitor<Microsoft.Identity.Web.AppServicesAuthenticationOptions> options, Microsoft.Extensions.Logging.ILoggerFactory logger, System.Text.Encodings.Web.UrlEncoder encoder, Microsoft.AspNetCore.Authentication.ISystemClock clock);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class Microsoft.Extensions.Options.IOptionsMonitor`1<class Microsoft.Identity.Web.AppServicesAuthenticationOptions> options, class Microsoft.Extensions.Logging.ILoggerFactory logger, class System.Text.Encodings.Web.UrlEncoder encoder, class Microsoft.AspNetCore.Authentication.ISystemClock clock) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Identity.Web.AppServicesAuthenticationHandler.#ctor(Microsoft.Extensions.Options.IOptionsMonitor{Microsoft.Identity.Web.AppServicesAuthenticationOptions},Microsoft.Extensions.Logging.ILoggerFactory,System.Text.Encodings.Web.UrlEncoder,Microsoft.AspNetCore.Authentication.ISystemClock)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (options As IOptionsMonitor(Of AppServicesAuthenticationOptions), logger As ILoggerFactory, encoder As UrlEncoder, clock As ISystemClock)" />
<MemberSignature Language="F#" Value="new Microsoft.Identity.Web.AppServicesAuthenticationHandler : Microsoft.Extensions.Options.IOptionsMonitor<Microsoft.Identity.Web.AppServicesAuthenticationOptions> * Microsoft.Extensions.Logging.ILoggerFactory * System.Text.Encodings.Web.UrlEncoder * Microsoft.AspNetCore.Authentication.ISystemClock -> Microsoft.Identity.Web.AppServicesAuthenticationHandler" Usage="new Microsoft.Identity.Web.AppServicesAuthenticationHandler (options, logger, encoder, clock)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="options" Type="Microsoft.Extensions.Options.IOptionsMonitor<Microsoft.Identity.Web.AppServicesAuthenticationOptions>" />
<Parameter Name="logger" Type="Microsoft.Extensions.Logging.ILoggerFactory" />
<Parameter Name="encoder" Type="System.Text.Encodings.Web.UrlEncoder" />
<Parameter Name="clock" Type="Microsoft.AspNetCore.Authentication.ISystemClock" />
</Parameters>
<Docs>
<param name="options">App service authentication options.</param>
<param name="logger">Logger factory.</param>
<param name="encoder">URL encoder.</param>
<param name="clock">System clock.</param>
<summary>
Constructor for the AppServiceAuthenticationHandler.
Note the parameters are required by the base class.
</summary>
<remarks>Note the parameters are required by the base class.</remarks>
<inheritdoc />
</Docs>
</Member>
<Member MemberName="HandleAuthenticateAsync">
<MemberSignature Language="C#" Value="protected override System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticateResult> HandleAuthenticateAsync ();" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance class System.Threading.Tasks.Task`1<class Microsoft.AspNetCore.Authentication.AuthenticateResult> HandleAuthenticateAsync() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.Identity.Web.AppServicesAuthenticationHandler.HandleAuthenticateAsync" />
<MemberSignature Language="VB.NET" Value="Protected Overrides Function HandleAuthenticateAsync () As Task(Of AuthenticateResult)" />
<MemberSignature Language="F#" Value="override this.HandleAuthenticateAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticateResult>" Usage="appServicesAuthenticationHandler.HandleAuthenticateAsync " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Identity.Web</AssemblyName>
<AssemblyVersion>3.5.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task<Microsoft.AspNetCore.Authentication.AuthenticateResult></ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<inheritdoc />
</Docs>
</Member>
</Members>
</Type>