-
Notifications
You must be signed in to change notification settings - Fork 112
/
IAuthenticationHandler.xml
167 lines (167 loc) · 11.2 KB
/
IAuthenticationHandler.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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<Type Name="IAuthenticationHandler" FullName="Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler">
<TypeSignature Language="C++ CLI" Value="public interface class IAuthenticationHandler" />
<TypeSignature Language="C#" Value="public interface IAuthenticationHandler" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IAuthenticationHandler" />
<TypeSignature Language="DocId" Value="T:Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler" />
<TypeSignature Language="VB.NET" Value="Public Interface IAuthenticationHandler" />
<TypeSignature Language="F#" Value="type IAuthenticationHandler = interface" />
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Http.Features</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName="AuthenticateAsync">
<MemberSignature Language="C++ CLI" Value="public:
 System::Threading::Tasks::Task ^ AuthenticateAsync(Microsoft::AspNetCore::Http::Features::Authentication::AuthenticateContext ^ context);" />
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task AuthenticateAsync (Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext context);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task AuthenticateAsync(class Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext context) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler.AuthenticateAsync(Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext)" />
<MemberSignature Language="VB.NET" Value="Public Function AuthenticateAsync (context As AuthenticateContext) As Task" />
<MemberSignature Language="F#" Value="abstract member AuthenticateAsync : Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext -> System.Threading.Tasks.Task" Usage="iAuthenticationHandler.AuthenticateAsync context" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Http.Features</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="context" Type="Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext" />
</Parameters>
<Docs>
<param name="context">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ChallengeAsync">
<MemberSignature Language="C++ CLI" Value="public:
 System::Threading::Tasks::Task ^ ChallengeAsync(Microsoft::AspNetCore::Http::Features::Authentication::ChallengeContext ^ context);" />
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task ChallengeAsync (Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext context);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task ChallengeAsync(class Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext context) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler.ChallengeAsync(Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext)" />
<MemberSignature Language="VB.NET" Value="Public Function ChallengeAsync (context As ChallengeContext) As Task" />
<MemberSignature Language="F#" Value="abstract member ChallengeAsync : Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext -> System.Threading.Tasks.Task" Usage="iAuthenticationHandler.ChallengeAsync context" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Http.Features</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="context" Type="Microsoft.AspNetCore.Http.Features.Authentication.ChallengeContext" />
</Parameters>
<Docs>
<param name="context">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetDescriptions">
<MemberSignature Language="C++ CLI" Value="public:
 void GetDescriptions(Microsoft::AspNetCore::Http::Features::Authentication::DescribeSchemesContext ^ context);" />
<MemberSignature Language="C#" Value="public void GetDescriptions (Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext context);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void GetDescriptions(class Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext context) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler.GetDescriptions(Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext)" />
<MemberSignature Language="VB.NET" Value="Public Sub GetDescriptions (context As DescribeSchemesContext)" />
<MemberSignature Language="F#" Value="abstract member GetDescriptions : Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext -> unit" Usage="iAuthenticationHandler.GetDescriptions context" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Http.Features</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="context" Type="Microsoft.AspNetCore.Http.Features.Authentication.DescribeSchemesContext" />
</Parameters>
<Docs>
<param name="context">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SignInAsync">
<MemberSignature Language="C++ CLI" Value="public:
 System::Threading::Tasks::Task ^ SignInAsync(Microsoft::AspNetCore::Http::Features::Authentication::SignInContext ^ context);" />
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task SignInAsync (Microsoft.AspNetCore.Http.Features.Authentication.SignInContext context);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task SignInAsync(class Microsoft.AspNetCore.Http.Features.Authentication.SignInContext context) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler.SignInAsync(Microsoft.AspNetCore.Http.Features.Authentication.SignInContext)" />
<MemberSignature Language="VB.NET" Value="Public Function SignInAsync (context As SignInContext) As Task" />
<MemberSignature Language="F#" Value="abstract member SignInAsync : Microsoft.AspNetCore.Http.Features.Authentication.SignInContext -> System.Threading.Tasks.Task" Usage="iAuthenticationHandler.SignInAsync context" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Http.Features</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="context" Type="Microsoft.AspNetCore.Http.Features.Authentication.SignInContext" />
</Parameters>
<Docs>
<param name="context">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SignOutAsync">
<MemberSignature Language="C++ CLI" Value="public:
 System::Threading::Tasks::Task ^ SignOutAsync(Microsoft::AspNetCore::Http::Features::Authentication::SignOutContext ^ context);" />
<MemberSignature Language="C#" Value="public System.Threading.Tasks.Task SignOutAsync (Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext context);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Threading.Tasks.Task SignOutAsync(class Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext context) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.AspNetCore.Http.Features.Authentication.IAuthenticationHandler.SignOutAsync(Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext)" />
<MemberSignature Language="VB.NET" Value="Public Function SignOutAsync (context As SignOutContext) As Task" />
<MemberSignature Language="F#" Value="abstract member SignOutAsync : Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext -> System.Threading.Tasks.Task" Usage="iAuthenticationHandler.SignOutAsync context" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Http.Features</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<AssemblyVersion>1.1.0.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Threading.Tasks.Task</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="context" Type="Microsoft.AspNetCore.Http.Features.Authentication.SignOutContext" />
</Parameters>
<Docs>
<param name="context">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>