-
Notifications
You must be signed in to change notification settings - Fork 111
/
RemoteAuthenticationOptions.xml
600 lines (600 loc) · 36.5 KB
/
RemoteAuthenticationOptions.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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
<Type Name="RemoteAuthenticationOptions" FullName="Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions">
<TypeSignature Language="C++ CLI" Value="public ref class RemoteAuthenticationOptions : Microsoft::AspNetCore::Authentication::AuthenticationSchemeOptions" />
<TypeSignature Language="C#" Value="public class RemoteAuthenticationOptions : Microsoft.AspNetCore.Authentication.AuthenticationSchemeOptions" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit RemoteAuthenticationOptions extends Microsoft.AspNetCore.Authentication.AuthenticationSchemeOptions" />
<TypeSignature Language="DocId" Value="T:Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions" />
<TypeSignature Language="VB.NET" Value="Public Class RemoteAuthenticationOptions
Inherits AuthenticationSchemeOptions" />
<TypeSignature Language="F#" Value="type RemoteAuthenticationOptions = class
 inherit AuthenticationSchemeOptions" />
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Authentication</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Microsoft.AspNetCore.Authentication.AuthenticationSchemeOptions</BaseTypeName>
</Base>
<Interfaces />
<Attributes>
<Attribute FrameworkAlternate="aspnetcore-8.0;aspnetcore-9.0">
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(0)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(0)>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="aspnetcore-8.0;aspnetcore-9.0">
<AttributeName Language="C#">[System.Runtime.CompilerServices.NullableContext(1)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.NullableContext(1)>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>
Contains the options used by the <see cref="T:Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler`1" />.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C++ CLI" Value="public:
 RemoteAuthenticationOptions();" />
<MemberSignature Language="C#" Value="public RemoteAuthenticationOptions ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.#ctor" />
<MemberSignature Language="VB.NET" Value="Public Sub New ()" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Authentication</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>
Initializes a new <see cref="T:Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions" />.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="AccessDeniedPath">
<MemberSignature Language="C++ CLI" Value="public:
 property Microsoft::AspNetCore::Http::PathString AccessDeniedPath { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };" />
<MemberSignature Language="C#" Value="public Microsoft.AspNetCore.Http.PathString AccessDeniedPath { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype Microsoft.AspNetCore.Http.PathString AccessDeniedPath" />
<MemberSignature Language="DocId" Value="P:Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.AccessDeniedPath" />
<MemberSignature Language="VB.NET" Value="Public Property AccessDeniedPath As PathString" />
<MemberSignature Language="F#" Value="member this.AccessDeniedPath : Microsoft.AspNetCore.Http.PathString with get, set" Usage="Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.AccessDeniedPath" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Authentication</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.AspNetCore.Http.PathString</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the optional path the user agent is redirected to if the user
doesn't approve the authorization demand requested by the remote server.
This property is not set by default. In this case, an exception is thrown
if an access_denied response is returned by the remote authorization server.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Backchannel">
<MemberSignature Language="C++ CLI" Value="public:
 property System::Net::Http::HttpClient ^ Backchannel { System::Net::Http::HttpClient ^ get(); void set(System::Net::Http::HttpClient ^ value); };" />
<MemberSignature Language="C#" Value="public System.Net.Http.HttpClient Backchannel { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Net.Http.HttpClient Backchannel" />
<MemberSignature Language="DocId" Value="P:Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.Backchannel" />
<MemberSignature Language="VB.NET" Value="Public Property Backchannel As HttpClient" />
<MemberSignature Language="F#" Value="member this.Backchannel : System.Net.Http.HttpClient with get, set" Usage="Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.Backchannel" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Authentication</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Net.Http.HttpClient</ReturnType>
</ReturnValue>
<Docs>
<summary>
Used to communicate with the remote identity provider.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BackchannelHttpHandler">
<MemberSignature Language="C++ CLI" Value="public:
 property System::Net::Http::HttpMessageHandler ^ BackchannelHttpHandler { System::Net::Http::HttpMessageHandler ^ get(); void set(System::Net::Http::HttpMessageHandler ^ value); };" />
<MemberSignature Language="C#" Value="public System.Net.Http.HttpMessageHandler BackchannelHttpHandler { get; set; }" FrameworkAlternate="aspnetcore-2.0;aspnetcore-2.1;aspnetcore-2.2;aspnetcore-3.0;aspnetcore-3.1" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Net.Http.HttpMessageHandler BackchannelHttpHandler" />
<MemberSignature Language="DocId" Value="P:Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.BackchannelHttpHandler" />
<MemberSignature Language="VB.NET" Value="Public Property BackchannelHttpHandler As HttpMessageHandler" />
<MemberSignature Language="F#" Value="member this.BackchannelHttpHandler : System.Net.Http.HttpMessageHandler with get, set" Usage="Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.BackchannelHttpHandler" />
<MemberSignature Language="C#" Value="public System.Net.Http.HttpMessageHandler? BackchannelHttpHandler { get; set; }" FrameworkAlternate="aspnetcore-5.0;aspnetcore-6.0;aspnetcore-7.0;aspnetcore-8.0;aspnetcore-9.0" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Authentication</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="aspnetcore-8.0;aspnetcore-9.0">
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(2)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(2)>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="aspnetcore-8.0;aspnetcore-9.0">
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.NullableContext(2)]</AttributeName>
<AttributeName Language="F#">[<get: System.Runtime.CompilerServices.NullableContext(2)>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="aspnetcore-8.0;aspnetcore-9.0">
<AttributeName Language="C#">[set: System.Runtime.CompilerServices.NullableContext(2)]</AttributeName>
<AttributeName Language="F#">[<set: System.Runtime.CompilerServices.NullableContext(2)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Net.Http.HttpMessageHandler</ReturnType>
</ReturnValue>
<Docs>
<summary>
The HttpMessageHandler used to communicate with remote identity provider.
This cannot be set at the same time as BackchannelCertificateValidator unless the value
can be downcast to a WebRequestHandler.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="BackchannelTimeout">
<MemberSignature Language="C++ CLI" Value="public:
 property TimeSpan BackchannelTimeout { TimeSpan get(); void set(TimeSpan value); };" />
<MemberSignature Language="C#" Value="public TimeSpan BackchannelTimeout { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.TimeSpan BackchannelTimeout" />
<MemberSignature Language="DocId" Value="P:Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.BackchannelTimeout" />
<MemberSignature Language="VB.NET" Value="Public Property BackchannelTimeout As TimeSpan" />
<MemberSignature Language="F#" Value="member this.BackchannelTimeout : TimeSpan with get, set" Usage="Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.BackchannelTimeout" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Authentication</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.TimeSpan</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets timeout value in milliseconds for back channel communications with the remote identity provider.
</summary>
<value>
The back channel timeout.
</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CallbackPath">
<MemberSignature Language="C++ CLI" Value="public:
 property Microsoft::AspNetCore::Http::PathString CallbackPath { Microsoft::AspNetCore::Http::PathString get(); void set(Microsoft::AspNetCore::Http::PathString value); };" />
<MemberSignature Language="C#" Value="public Microsoft.AspNetCore.Http.PathString CallbackPath { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype Microsoft.AspNetCore.Http.PathString CallbackPath" />
<MemberSignature Language="DocId" Value="P:Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.CallbackPath" />
<MemberSignature Language="VB.NET" Value="Public Property CallbackPath As PathString" />
<MemberSignature Language="F#" Value="member this.CallbackPath : Microsoft.AspNetCore.Http.PathString with get, set" Usage="Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.CallbackPath" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Authentication</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.AspNetCore.Http.PathString</ReturnType>
</ReturnValue>
<Docs>
<summary>
The request path within the application's base path where the user-agent will be returned.
The middleware will process this request when it arrives.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CorrelationCookie">
<MemberSignature Language="C++ CLI" Value="public:
 property Microsoft::AspNetCore::Http::CookieBuilder ^ CorrelationCookie { Microsoft::AspNetCore::Http::CookieBuilder ^ get(); void set(Microsoft::AspNetCore::Http::CookieBuilder ^ value); };" />
<MemberSignature Language="C#" Value="public Microsoft.AspNetCore.Http.CookieBuilder CorrelationCookie { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.AspNetCore.Http.CookieBuilder CorrelationCookie" />
<MemberSignature Language="DocId" Value="P:Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.CorrelationCookie" />
<MemberSignature Language="VB.NET" Value="Public Property CorrelationCookie As CookieBuilder" />
<MemberSignature Language="F#" Value="member this.CorrelationCookie : Microsoft.AspNetCore.Http.CookieBuilder with get, set" Usage="Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.CorrelationCookie" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Authentication</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.AspNetCore.Http.CookieBuilder</ReturnType>
</ReturnValue>
<Docs>
<summary>
Determines the settings used to create the correlation cookie before the
cookie gets added to the response.
</summary>
<value>To be added.</value>
<remarks>
<para>
If an explicit <see cref="P:Microsoft.AspNetCore.Http.CookieBuilder.Name" /> is not provided, the system will automatically generate a
unique name that begins with <c>.AspNetCore.Correlation.</c>.
</para>
<list type="bullet">
<item>
<description>
<see cref="P:Microsoft.AspNetCore.Http.CookieBuilder.SameSite" /> defaults to <see cref="F:Microsoft.AspNetCore.Http.SameSiteMode.None" />.</description>
</item>
<item>
<description>
<see cref="P:Microsoft.AspNetCore.Http.CookieBuilder.HttpOnly" /> defaults to <c>true</c>.</description>
</item>
<item>
<description>
<see cref="P:Microsoft.AspNetCore.Http.CookieBuilder.IsEssential" /> defaults to <c>true</c>.</description>
</item>
<item>
<description>
<see cref="P:Microsoft.AspNetCore.Http.CookieBuilder.SecurePolicy" /> defaults to <see cref="F:Microsoft.AspNetCore.Http.CookieSecurePolicy.Always" />.</description>
</item>
</list>
</remarks>
</Docs>
</Member>
<Member MemberName="DataProtectionProvider">
<MemberSignature Language="C++ CLI" Value="public:
 property Microsoft::AspNetCore::DataProtection::IDataProtectionProvider ^ DataProtectionProvider { Microsoft::AspNetCore::DataProtection::IDataProtectionProvider ^ get(); void set(Microsoft::AspNetCore::DataProtection::IDataProtectionProvider ^ value); };" />
<MemberSignature Language="C#" Value="public Microsoft.AspNetCore.DataProtection.IDataProtectionProvider DataProtectionProvider { get; set; }" FrameworkAlternate="aspnetcore-2.0;aspnetcore-2.1;aspnetcore-2.2;aspnetcore-3.0;aspnetcore-3.1" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.AspNetCore.DataProtection.IDataProtectionProvider DataProtectionProvider" />
<MemberSignature Language="DocId" Value="P:Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.DataProtectionProvider" />
<MemberSignature Language="VB.NET" Value="Public Property DataProtectionProvider As IDataProtectionProvider" />
<MemberSignature Language="F#" Value="member this.DataProtectionProvider : Microsoft.AspNetCore.DataProtection.IDataProtectionProvider with get, set" Usage="Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.DataProtectionProvider" />
<MemberSignature Language="C#" Value="public Microsoft.AspNetCore.DataProtection.IDataProtectionProvider? DataProtectionProvider { get; set; }" FrameworkAlternate="aspnetcore-5.0;aspnetcore-6.0;aspnetcore-7.0;aspnetcore-8.0;aspnetcore-9.0" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Authentication</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="aspnetcore-8.0;aspnetcore-9.0">
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(2)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(2)>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="aspnetcore-8.0;aspnetcore-9.0">
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.NullableContext(2)]</AttributeName>
<AttributeName Language="F#">[<get: System.Runtime.CompilerServices.NullableContext(2)>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="aspnetcore-8.0;aspnetcore-9.0">
<AttributeName Language="C#">[set: System.Runtime.CompilerServices.NullableContext(2)]</AttributeName>
<AttributeName Language="F#">[<set: System.Runtime.CompilerServices.NullableContext(2)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>Microsoft.AspNetCore.DataProtection.IDataProtectionProvider</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the type used to secure data.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Events">
<MemberSignature Language="C++ CLI" Value="public:
 property Microsoft::AspNetCore::Authentication::RemoteAuthenticationEvents ^ Events { Microsoft::AspNetCore::Authentication::RemoteAuthenticationEvents ^ get(); void set(Microsoft::AspNetCore::Authentication::RemoteAuthenticationEvents ^ value); };" />
<MemberSignature Language="C#" Value="public Microsoft.AspNetCore.Authentication.RemoteAuthenticationEvents Events { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class Microsoft.AspNetCore.Authentication.RemoteAuthenticationEvents Events" />
<MemberSignature Language="DocId" Value="P:Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.Events" />
<MemberSignature Language="VB.NET" Value="Public Property Events As RemoteAuthenticationEvents" />
<MemberSignature Language="F#" Value="member this.Events : Microsoft.AspNetCore.Authentication.RemoteAuthenticationEvents with get, set" Usage="Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.Events" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Authentication</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.AspNetCore.Authentication.RemoteAuthenticationEvents</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets a value that allows subscribing to remote authentication events.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="RemoteAuthenticationTimeout">
<MemberSignature Language="C++ CLI" Value="public:
 property TimeSpan RemoteAuthenticationTimeout { TimeSpan get(); void set(TimeSpan value); };" />
<MemberSignature Language="C#" Value="public TimeSpan RemoteAuthenticationTimeout { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.TimeSpan RemoteAuthenticationTimeout" />
<MemberSignature Language="DocId" Value="P:Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.RemoteAuthenticationTimeout" />
<MemberSignature Language="VB.NET" Value="Public Property RemoteAuthenticationTimeout As TimeSpan" />
<MemberSignature Language="F#" Value="member this.RemoteAuthenticationTimeout : TimeSpan with get, set" Usage="Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.RemoteAuthenticationTimeout" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Authentication</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.TimeSpan</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the time limit for completing the authentication flow (15 minutes by default).
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ReturnUrlParameter">
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ ReturnUrlParameter { System::String ^ get(); void set(System::String ^ value); };" />
<MemberSignature Language="C#" Value="public string ReturnUrlParameter { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ReturnUrlParameter" />
<MemberSignature Language="DocId" Value="P:Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.ReturnUrlParameter" />
<MemberSignature Language="VB.NET" Value="Public Property ReturnUrlParameter As String" />
<MemberSignature Language="F#" Value="member this.ReturnUrlParameter : string with get, set" Usage="Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.ReturnUrlParameter" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Authentication</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the name of the parameter used to convey the original location
of the user before the remote challenge was triggered up to the access denied page.
This property is only used when the <see cref="P:Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.AccessDeniedPath" /> is explicitly specified.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SaveTokens">
<MemberSignature Language="C++ CLI" Value="public:
 property bool SaveTokens { bool get(); void set(bool value); };" />
<MemberSignature Language="C#" Value="public bool SaveTokens { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool SaveTokens" />
<MemberSignature Language="DocId" Value="P:Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.SaveTokens" />
<MemberSignature Language="VB.NET" Value="Public Property SaveTokens As Boolean" />
<MemberSignature Language="F#" Value="member this.SaveTokens : bool with get, set" Usage="Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.SaveTokens" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Authentication</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>
Defines whether access and refresh tokens should be stored in the
<see cref="T:Microsoft.AspNetCore.Authentication.AuthenticationProperties" /> after a successful authorization.
This property is set to <c>false</c> by default to reduce
the size of the final authentication cookie.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SignInScheme">
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ SignInScheme { System::String ^ get(); void set(System::String ^ value); };" />
<MemberSignature Language="C#" Value="public string SignInScheme { get; set; }" FrameworkAlternate="aspnetcore-2.0;aspnetcore-2.1;aspnetcore-2.2;aspnetcore-3.0;aspnetcore-3.1" />
<MemberSignature Language="ILAsm" Value=".property instance string SignInScheme" />
<MemberSignature Language="DocId" Value="P:Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.SignInScheme" />
<MemberSignature Language="VB.NET" Value="Public Property SignInScheme As String" />
<MemberSignature Language="F#" Value="member this.SignInScheme : string with get, set" Usage="Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.SignInScheme" />
<MemberSignature Language="C#" Value="public string? SignInScheme { get; set; }" FrameworkAlternate="aspnetcore-5.0;aspnetcore-6.0;aspnetcore-7.0;aspnetcore-8.0;aspnetcore-9.0" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Authentication</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="aspnetcore-8.0;aspnetcore-9.0">
<AttributeName Language="C#">[System.Runtime.CompilerServices.Nullable(2)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.CompilerServices.Nullable(2)>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="aspnetcore-8.0;aspnetcore-9.0">
<AttributeName Language="C#">[get: System.Runtime.CompilerServices.NullableContext(2)]</AttributeName>
<AttributeName Language="F#">[<get: System.Runtime.CompilerServices.NullableContext(2)>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="aspnetcore-8.0;aspnetcore-9.0">
<AttributeName Language="C#">[set: System.Runtime.CompilerServices.NullableContext(2)]</AttributeName>
<AttributeName Language="F#">[<set: System.Runtime.CompilerServices.NullableContext(2)>]</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>
Gets or sets the authentication scheme corresponding to the middleware
responsible for persisting user's identity after a successful authentication.
This value typically corresponds to a cookie middleware registered in the Startup class.
When omitted, <see cref="P:Microsoft.AspNetCore.Authentication.AuthenticationOptions.DefaultSignInScheme" /> is used as a fallback value.
</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Validate">
<MemberSignature Language="C++ CLI" Value="public:
 override void Validate();" />
<MemberSignature Language="C#" Value="public override void Validate ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance void Validate() cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.Validate" />
<MemberSignature Language="VB.NET" Value="Public Overrides Sub Validate ()" />
<MemberSignature Language="F#" Value="override this.Validate : unit -> unit" Usage="remoteAuthenticationOptions.Validate " />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Authentication</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Check that the options are valid. Should throw an exception if things are not ok.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Validate">
<MemberSignature Language="C++ CLI" Value="public:
 override void Validate(System::String ^ scheme);" />
<MemberSignature Language="C#" Value="public override void Validate (string scheme);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance void Validate(string scheme) cil managed" />
<MemberSignature Language="DocId" Value="M:Microsoft.AspNetCore.Authentication.RemoteAuthenticationOptions.Validate(System.String)" />
<MemberSignature Language="VB.NET" Value="Public Overrides Sub Validate (scheme As String)" />
<MemberSignature Language="F#" Value="override this.Validate : string -> unit" Usage="remoteAuthenticationOptions.Validate scheme" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.AspNetCore.Authentication</AssemblyName>
<AssemblyVersion>2.1.0.0</AssemblyVersion>
<AssemblyVersion>2.2.0.0</AssemblyVersion>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>3.1.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="scheme" Type="System.String" Index="0" FrameworkAlternate="aspnetcore-2.1;aspnetcore-2.2;aspnetcore-3.0;aspnetcore-3.1;aspnetcore-5.0;aspnetcore-6.0;aspnetcore-7.0;aspnetcore-8.0;aspnetcore-9.0" />
</Parameters>
<Docs>
<param name="scheme">The scheme being validated.</param>
<summary>
Checks that the options are valid for a specific scheme
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>