-
Notifications
You must be signed in to change notification settings - Fork 111
/
AuthenticateContext.xml
286 lines (286 loc) · 18.1 KB
/
AuthenticateContext.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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
<Type Name="AuthenticateContext" FullName="Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext">
<TypeSignature Language="C++ CLI" Value="public ref class AuthenticateContext" />
<TypeSignature Language="C#" Value="public class AuthenticateContext" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit AuthenticateContext extends System.Object" />
<TypeSignature Language="DocId" Value="T:Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext" />
<TypeSignature Language="VB.NET" Value="Public Class AuthenticateContext" />
<TypeSignature Language="F#" Value="type AuthenticateContext = class" />
<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>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C++ CLI" Value="public:
 AuthenticateContext(System::String ^ authenticationScheme);" />
<MemberSignature Language="C#" Value="public AuthenticateContext (string authenticationScheme);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string authenticationScheme) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext.#ctor(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (authenticationScheme As String)" />
<MemberSignature Language="F#" Value="new Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext : string -> Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext" Usage="new Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext authenticationScheme" />
<MemberType>Constructor</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>
<Parameters>
<Parameter Name="authenticationScheme" Type="System.String" />
</Parameters>
<Docs>
<param name="authenticationScheme">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Accepted">
<MemberSignature Language="C++ CLI" Value="public:
 property bool Accepted { bool get(); };" />
<MemberSignature Language="C#" Value="public bool Accepted { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool Accepted" />
<MemberSignature Language="DocId" Value="P:Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext.Accepted" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Accepted As Boolean" />
<MemberSignature Language="F#" Value="member this.Accepted : bool" Usage="Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext.Accepted" />
<MemberType>Property</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.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Authenticated">
<MemberSignature Language="C++ CLI" Value="public:
 virtual void Authenticated(System::Security::Claims::ClaimsPrincipal ^ principal, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ properties, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ description);" />
<MemberSignature Language="C#" Value="public virtual void Authenticated (System.Security.Claims.ClaimsPrincipal principal, System.Collections.Generic.IDictionary<string,string> properties, System.Collections.Generic.IDictionary<string,object> description);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Authenticated(class System.Security.Claims.ClaimsPrincipal principal, class System.Collections.Generic.IDictionary`2<string, string> properties, class System.Collections.Generic.IDictionary`2<string, object> description) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext.Authenticated(System.Security.Claims.ClaimsPrincipal,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IDictionary{System.String,System.Object})" />
<MemberSignature Language="VB.NET" Value="Public Overridable Sub Authenticated (principal As ClaimsPrincipal, properties As IDictionary(Of String, String), description As IDictionary(Of String, Object))" />
<MemberSignature Language="F#" Value="abstract member Authenticated : System.Security.Claims.ClaimsPrincipal * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, obj> -> unit
override this.Authenticated : System.Security.Claims.ClaimsPrincipal * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, obj> -> unit" Usage="authenticateContext.Authenticated (principal, properties, description)" />
<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="principal" Type="System.Security.Claims.ClaimsPrincipal" />
<Parameter Name="properties" Type="System.Collections.Generic.IDictionary<System.String,System.String>" />
<Parameter Name="description" Type="System.Collections.Generic.IDictionary<System.String,System.Object>" />
</Parameters>
<Docs>
<param name="principal">To be added.</param>
<param name="properties">To be added.</param>
<param name="description">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AuthenticationScheme">
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ AuthenticationScheme { System::String ^ get(); };" />
<MemberSignature Language="C#" Value="public string AuthenticationScheme { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance string AuthenticationScheme" />
<MemberSignature Language="DocId" Value="P:Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext.AuthenticationScheme" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property AuthenticationScheme As String" />
<MemberSignature Language="F#" Value="member this.AuthenticationScheme : string" Usage="Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext.AuthenticationScheme" />
<MemberType>Property</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.String</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Description">
<MemberSignature Language="C++ CLI" Value="public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Description { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };" />
<MemberSignature Language="C#" Value="public System.Collections.Generic.IDictionary<string,object> Description { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IDictionary`2<string, object> Description" />
<MemberSignature Language="DocId" Value="P:Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext.Description" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Description As IDictionary(Of String, Object)" />
<MemberSignature Language="F#" Value="member this.Description : System.Collections.Generic.IDictionary<string, obj>" Usage="Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext.Description" />
<MemberType>Property</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.Collections.Generic.IDictionary<System.String,System.Object></ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Error">
<MemberSignature Language="C++ CLI" Value="public:
 property Exception ^ Error { Exception ^ get(); };" />
<MemberSignature Language="C#" Value="public Exception Error { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Exception Error" />
<MemberSignature Language="DocId" Value="P:Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext.Error" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Error As Exception" />
<MemberSignature Language="F#" Value="member this.Error : Exception" Usage="Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext.Error" />
<MemberType>Property</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.Exception</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Failed">
<MemberSignature Language="C++ CLI" Value="public:
 virtual void Failed(Exception ^ error);" />
<MemberSignature Language="C#" Value="public virtual void Failed (Exception error);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void Failed(class System.Exception error) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext.Failed(System.Exception)" />
<MemberSignature Language="VB.NET" Value="Public Overridable Sub Failed (error As Exception)" />
<MemberSignature Language="F#" Value="abstract member Failed : Exception -> unit
override this.Failed : Exception -> unit" Usage="authenticateContext.Failed error" />
<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="error" Type="System.Exception" />
</Parameters>
<Docs>
<param name="error">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="NotAuthenticated">
<MemberSignature Language="C++ CLI" Value="public:
 virtual void NotAuthenticated();" />
<MemberSignature Language="C#" Value="public virtual void NotAuthenticated ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void NotAuthenticated() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext.NotAuthenticated" />
<MemberSignature Language="VB.NET" Value="Public Overridable Sub NotAuthenticated ()" />
<MemberSignature Language="F#" Value="abstract member NotAuthenticated : unit -> unit
override this.NotAuthenticated : unit -> unit" Usage="authenticateContext.NotAuthenticated " />
<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 />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Principal">
<MemberSignature Language="C++ CLI" Value="public:
 property System::Security::Claims::ClaimsPrincipal ^ Principal { System::Security::Claims::ClaimsPrincipal ^ get(); };" />
<MemberSignature Language="C#" Value="public System.Security.Claims.ClaimsPrincipal Principal { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Security.Claims.ClaimsPrincipal Principal" />
<MemberSignature Language="DocId" Value="P:Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext.Principal" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Principal As ClaimsPrincipal" />
<MemberSignature Language="F#" Value="member this.Principal : System.Security.Claims.ClaimsPrincipal" Usage="Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext.Principal" />
<MemberType>Property</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.Security.Claims.ClaimsPrincipal</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Properties">
<MemberSignature Language="C++ CLI" Value="public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Properties { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };" />
<MemberSignature Language="C#" Value="public System.Collections.Generic.IDictionary<string,string> Properties { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Collections.Generic.IDictionary`2<string, string> Properties" />
<MemberSignature Language="DocId" Value="P:Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext.Properties" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property Properties As IDictionary(Of String, String)" />
<MemberSignature Language="F#" Value="member this.Properties : System.Collections.Generic.IDictionary<string, string>" Usage="Microsoft.AspNetCore.Http.Features.Authentication.AuthenticateContext.Properties" />
<MemberType>Property</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.Collections.Generic.IDictionary<System.String,System.String></ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>