@tsonic/aspnetcore 10.0.12 → 10.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore.Authentication/bindings.json +0 -520
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +6 -31
- package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +0 -140
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +1 -7
- package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +0 -120
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +1 -6
- package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +0 -160
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components/bindings.json +0 -380
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +3 -22
- package/Microsoft.AspNetCore.Components.Authorization/bindings.json +0 -340
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +4 -21
- package/Microsoft.AspNetCore.Components.Forms/bindings.json +223 -1903
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +19 -93
- package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +1 -1
- package/Microsoft.AspNetCore.Components.Routing/bindings.json +0 -180
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +2 -11
- package/Microsoft.AspNetCore.Components.Server/bindings.json +0 -40
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Components.Web/bindings.json +0 -380
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +4 -23
- package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +0 -80
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +1 -5
- package/Microsoft.AspNetCore.Hosting/bindings.json +0 -100
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +0 -5
- package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +0 -20
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Identity/bindings.json +0 -960
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +3 -49
- package/Microsoft.AspNetCore.Localization/bindings.json +0 -80
- package/Microsoft.AspNetCore.Localization.Routing/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc/bindings.json +0 -660
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +8 -41
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +0 -80
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +15 -595
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +11 -35
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +0 -280
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +5 -18
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +0 -100
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +1 -5
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +0 -40
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +3 -63
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +0 -120
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +3 -9
- package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +6 -6
- package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +1 -3
- package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +0 -600
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +18 -48
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +12 -612
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +3 -29
- package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +0 -60
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Routing/bindings.json +0 -60
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +0 -80
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +2 -6
- package/Microsoft.AspNetCore.SignalR/bindings.json +3 -103
- package/Microsoft.JSInterop/bindings.json +0 -120
- package/Microsoft.JSInterop/internal/index.d.ts +0 -6
- package/Microsoft.JSInterop.Implementation/bindings.json +0 -240
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +1 -13
- package/README.md +58 -2
- package/System.Threading.RateLimiting/bindings.json +16 -16
- package/package.json +4 -4
|
@@ -5261,126 +5261,6 @@
|
|
|
5261
5261
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Abstractions",
|
|
5262
5262
|
"isExtensionMethod": false,
|
|
5263
5263
|
"sourceInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationHandler"
|
|
5264
|
-
},
|
|
5265
|
-
{
|
|
5266
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.PolicySchemeHandler::AuthenticateAsync():System.Threading.Tasks.Task_1",
|
|
5267
|
-
"clrName": "AuthenticateAsync",
|
|
5268
|
-
"metadataToken": 0,
|
|
5269
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
5270
|
-
"normalizedSignature": "AuthenticateAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
5271
|
-
"emitScope": "ClassSurface",
|
|
5272
|
-
"provenance": "BaseOverload",
|
|
5273
|
-
"arity": 0,
|
|
5274
|
-
"parameterCount": 0,
|
|
5275
|
-
"isStatic": false,
|
|
5276
|
-
"isAbstract": false,
|
|
5277
|
-
"isVirtual": true,
|
|
5278
|
-
"isOverride": false,
|
|
5279
|
-
"isSealed": false,
|
|
5280
|
-
"visibility": "Public",
|
|
5281
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.PolicySchemeHandler",
|
|
5282
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
5283
|
-
"isExtensionMethod": false
|
|
5284
|
-
},
|
|
5285
|
-
{
|
|
5286
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.PolicySchemeHandler::ChallengeAsync(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
5287
|
-
"clrName": "ChallengeAsync",
|
|
5288
|
-
"metadataToken": 0,
|
|
5289
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
5290
|
-
"normalizedSignature": "ChallengeAsync|(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task|static=false",
|
|
5291
|
-
"emitScope": "ClassSurface",
|
|
5292
|
-
"provenance": "BaseOverload",
|
|
5293
|
-
"arity": 0,
|
|
5294
|
-
"parameterCount": 1,
|
|
5295
|
-
"isStatic": false,
|
|
5296
|
-
"isAbstract": false,
|
|
5297
|
-
"isVirtual": true,
|
|
5298
|
-
"isOverride": false,
|
|
5299
|
-
"isSealed": false,
|
|
5300
|
-
"visibility": "Public",
|
|
5301
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.PolicySchemeHandler",
|
|
5302
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
5303
|
-
"isExtensionMethod": false
|
|
5304
|
-
},
|
|
5305
|
-
{
|
|
5306
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.PolicySchemeHandler::HandleAuthenticateAsync():System.Threading.Tasks.Task_1",
|
|
5307
|
-
"clrName": "HandleAuthenticateAsync",
|
|
5308
|
-
"metadataToken": 0,
|
|
5309
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
5310
|
-
"normalizedSignature": "HandleAuthenticateAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
5311
|
-
"emitScope": "ClassSurface",
|
|
5312
|
-
"provenance": "BaseOverload",
|
|
5313
|
-
"arity": 0,
|
|
5314
|
-
"parameterCount": 0,
|
|
5315
|
-
"isStatic": false,
|
|
5316
|
-
"isAbstract": true,
|
|
5317
|
-
"isVirtual": true,
|
|
5318
|
-
"isOverride": false,
|
|
5319
|
-
"isSealed": false,
|
|
5320
|
-
"visibility": "Protected",
|
|
5321
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.PolicySchemeHandler",
|
|
5322
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
5323
|
-
"isExtensionMethod": false
|
|
5324
|
-
},
|
|
5325
|
-
{
|
|
5326
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.PolicySchemeHandler::InitializeAsync(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task",
|
|
5327
|
-
"clrName": "InitializeAsync",
|
|
5328
|
-
"metadataToken": 0,
|
|
5329
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task",
|
|
5330
|
-
"normalizedSignature": "InitializeAsync|(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task|static=false",
|
|
5331
|
-
"emitScope": "ClassSurface",
|
|
5332
|
-
"provenance": "BaseOverload",
|
|
5333
|
-
"arity": 0,
|
|
5334
|
-
"parameterCount": 2,
|
|
5335
|
-
"isStatic": false,
|
|
5336
|
-
"isAbstract": false,
|
|
5337
|
-
"isVirtual": true,
|
|
5338
|
-
"isOverride": false,
|
|
5339
|
-
"isSealed": false,
|
|
5340
|
-
"visibility": "Public",
|
|
5341
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.PolicySchemeHandler",
|
|
5342
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
5343
|
-
"isExtensionMethod": false
|
|
5344
|
-
},
|
|
5345
|
-
{
|
|
5346
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.PolicySchemeHandler::SignInAsync(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
5347
|
-
"clrName": "SignInAsync",
|
|
5348
|
-
"metadataToken": 0,
|
|
5349
|
-
"canonicalSignature": "(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
5350
|
-
"normalizedSignature": "SignInAsync|(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task|static=false",
|
|
5351
|
-
"emitScope": "ClassSurface",
|
|
5352
|
-
"provenance": "BaseOverload",
|
|
5353
|
-
"arity": 0,
|
|
5354
|
-
"parameterCount": 2,
|
|
5355
|
-
"isStatic": false,
|
|
5356
|
-
"isAbstract": false,
|
|
5357
|
-
"isVirtual": true,
|
|
5358
|
-
"isOverride": false,
|
|
5359
|
-
"isSealed": false,
|
|
5360
|
-
"visibility": "Public",
|
|
5361
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.PolicySchemeHandler",
|
|
5362
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
5363
|
-
"isExtensionMethod": false
|
|
5364
|
-
},
|
|
5365
|
-
{
|
|
5366
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.PolicySchemeHandler::SignOutAsync(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
5367
|
-
"clrName": "SignOutAsync",
|
|
5368
|
-
"metadataToken": 0,
|
|
5369
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
5370
|
-
"normalizedSignature": "SignOutAsync|(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task|static=false",
|
|
5371
|
-
"emitScope": "ClassSurface",
|
|
5372
|
-
"provenance": "BaseOverload",
|
|
5373
|
-
"arity": 0,
|
|
5374
|
-
"parameterCount": 1,
|
|
5375
|
-
"isStatic": false,
|
|
5376
|
-
"isAbstract": false,
|
|
5377
|
-
"isVirtual": true,
|
|
5378
|
-
"isOverride": false,
|
|
5379
|
-
"isSealed": false,
|
|
5380
|
-
"visibility": "Public",
|
|
5381
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.PolicySchemeHandler",
|
|
5382
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
5383
|
-
"isExtensionMethod": false
|
|
5384
5264
|
}
|
|
5385
5265
|
],
|
|
5386
5266
|
"properties": [],
|
|
@@ -5673,86 +5553,6 @@
|
|
|
5673
5553
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
5674
5554
|
"isExtensionMethod": false,
|
|
5675
5555
|
"sourceInterface": "Microsoft.AspNetCore.Authentication.ISecureDataFormat\u00601"
|
|
5676
|
-
},
|
|
5677
|
-
{
|
|
5678
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.PropertiesDataFormat::Protect(TData):System.String",
|
|
5679
|
-
"clrName": "Protect",
|
|
5680
|
-
"metadataToken": 0,
|
|
5681
|
-
"canonicalSignature": "(TData):System.String",
|
|
5682
|
-
"normalizedSignature": "Protect|(TData):System.String|static=false",
|
|
5683
|
-
"emitScope": "ClassSurface",
|
|
5684
|
-
"provenance": "BaseOverload",
|
|
5685
|
-
"arity": 0,
|
|
5686
|
-
"parameterCount": 1,
|
|
5687
|
-
"isStatic": false,
|
|
5688
|
-
"isAbstract": false,
|
|
5689
|
-
"isVirtual": true,
|
|
5690
|
-
"isOverride": false,
|
|
5691
|
-
"isSealed": false,
|
|
5692
|
-
"visibility": "Public",
|
|
5693
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.PropertiesDataFormat",
|
|
5694
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
5695
|
-
"isExtensionMethod": false
|
|
5696
|
-
},
|
|
5697
|
-
{
|
|
5698
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.PropertiesDataFormat::Protect(TData,System.String):System.String",
|
|
5699
|
-
"clrName": "Protect",
|
|
5700
|
-
"metadataToken": 0,
|
|
5701
|
-
"canonicalSignature": "(TData,System.String):System.String",
|
|
5702
|
-
"normalizedSignature": "Protect|(TData,System.String):System.String|static=false",
|
|
5703
|
-
"emitScope": "ClassSurface",
|
|
5704
|
-
"provenance": "BaseOverload",
|
|
5705
|
-
"arity": 0,
|
|
5706
|
-
"parameterCount": 2,
|
|
5707
|
-
"isStatic": false,
|
|
5708
|
-
"isAbstract": false,
|
|
5709
|
-
"isVirtual": true,
|
|
5710
|
-
"isOverride": false,
|
|
5711
|
-
"isSealed": false,
|
|
5712
|
-
"visibility": "Public",
|
|
5713
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.PropertiesDataFormat",
|
|
5714
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
5715
|
-
"isExtensionMethod": false
|
|
5716
|
-
},
|
|
5717
|
-
{
|
|
5718
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.PropertiesDataFormat::Unprotect(System.String):TData",
|
|
5719
|
-
"clrName": "Unprotect",
|
|
5720
|
-
"metadataToken": 0,
|
|
5721
|
-
"canonicalSignature": "(System.String):TData",
|
|
5722
|
-
"normalizedSignature": "Unprotect|(System.String):TData|static=false",
|
|
5723
|
-
"emitScope": "ClassSurface",
|
|
5724
|
-
"provenance": "BaseOverload",
|
|
5725
|
-
"arity": 0,
|
|
5726
|
-
"parameterCount": 1,
|
|
5727
|
-
"isStatic": false,
|
|
5728
|
-
"isAbstract": false,
|
|
5729
|
-
"isVirtual": true,
|
|
5730
|
-
"isOverride": false,
|
|
5731
|
-
"isSealed": false,
|
|
5732
|
-
"visibility": "Public",
|
|
5733
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.PropertiesDataFormat",
|
|
5734
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
5735
|
-
"isExtensionMethod": false
|
|
5736
|
-
},
|
|
5737
|
-
{
|
|
5738
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.PropertiesDataFormat::Unprotect(System.String,System.String):TData",
|
|
5739
|
-
"clrName": "Unprotect",
|
|
5740
|
-
"metadataToken": 0,
|
|
5741
|
-
"canonicalSignature": "(System.String,System.String):TData",
|
|
5742
|
-
"normalizedSignature": "Unprotect|(System.String,System.String):TData|static=false",
|
|
5743
|
-
"emitScope": "ClassSurface",
|
|
5744
|
-
"provenance": "BaseOverload",
|
|
5745
|
-
"arity": 0,
|
|
5746
|
-
"parameterCount": 2,
|
|
5747
|
-
"isStatic": false,
|
|
5748
|
-
"isAbstract": false,
|
|
5749
|
-
"isVirtual": true,
|
|
5750
|
-
"isOverride": false,
|
|
5751
|
-
"isSealed": false,
|
|
5752
|
-
"visibility": "Public",
|
|
5753
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.PropertiesDataFormat",
|
|
5754
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
5755
|
-
"isExtensionMethod": false
|
|
5756
5556
|
}
|
|
5757
5557
|
],
|
|
5758
5558
|
"properties": [],
|
|
@@ -6602,106 +6402,6 @@
|
|
|
6602
6402
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Abstractions",
|
|
6603
6403
|
"isExtensionMethod": false,
|
|
6604
6404
|
"sourceInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationHandler"
|
|
6605
|
-
},
|
|
6606
|
-
{
|
|
6607
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler\u00601::AuthenticateAsync():System.Threading.Tasks.Task_1",
|
|
6608
|
-
"clrName": "AuthenticateAsync",
|
|
6609
|
-
"metadataToken": 0,
|
|
6610
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
6611
|
-
"normalizedSignature": "AuthenticateAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
6612
|
-
"emitScope": "ClassSurface",
|
|
6613
|
-
"provenance": "BaseOverload",
|
|
6614
|
-
"arity": 0,
|
|
6615
|
-
"parameterCount": 0,
|
|
6616
|
-
"isStatic": false,
|
|
6617
|
-
"isAbstract": false,
|
|
6618
|
-
"isVirtual": true,
|
|
6619
|
-
"isOverride": false,
|
|
6620
|
-
"isSealed": false,
|
|
6621
|
-
"visibility": "Public",
|
|
6622
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler\u00601",
|
|
6623
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
6624
|
-
"isExtensionMethod": false
|
|
6625
|
-
},
|
|
6626
|
-
{
|
|
6627
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler\u00601::ChallengeAsync(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
6628
|
-
"clrName": "ChallengeAsync",
|
|
6629
|
-
"metadataToken": 0,
|
|
6630
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
6631
|
-
"normalizedSignature": "ChallengeAsync|(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task|static=false",
|
|
6632
|
-
"emitScope": "ClassSurface",
|
|
6633
|
-
"provenance": "BaseOverload",
|
|
6634
|
-
"arity": 0,
|
|
6635
|
-
"parameterCount": 1,
|
|
6636
|
-
"isStatic": false,
|
|
6637
|
-
"isAbstract": false,
|
|
6638
|
-
"isVirtual": true,
|
|
6639
|
-
"isOverride": false,
|
|
6640
|
-
"isSealed": false,
|
|
6641
|
-
"visibility": "Public",
|
|
6642
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler\u00601",
|
|
6643
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
6644
|
-
"isExtensionMethod": false
|
|
6645
|
-
},
|
|
6646
|
-
{
|
|
6647
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler\u00601::CreateEventsAsync():System.Threading.Tasks.Task_1",
|
|
6648
|
-
"clrName": "CreateEventsAsync",
|
|
6649
|
-
"metadataToken": 0,
|
|
6650
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
6651
|
-
"normalizedSignature": "CreateEventsAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
6652
|
-
"emitScope": "ClassSurface",
|
|
6653
|
-
"provenance": "BaseOverload",
|
|
6654
|
-
"arity": 0,
|
|
6655
|
-
"parameterCount": 0,
|
|
6656
|
-
"isStatic": false,
|
|
6657
|
-
"isAbstract": false,
|
|
6658
|
-
"isVirtual": true,
|
|
6659
|
-
"isOverride": false,
|
|
6660
|
-
"isSealed": false,
|
|
6661
|
-
"visibility": "Protected",
|
|
6662
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler\u00601",
|
|
6663
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
6664
|
-
"isExtensionMethod": false
|
|
6665
|
-
},
|
|
6666
|
-
{
|
|
6667
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler\u00601::HandleAuthenticateAsync():System.Threading.Tasks.Task_1",
|
|
6668
|
-
"clrName": "HandleAuthenticateAsync",
|
|
6669
|
-
"metadataToken": 0,
|
|
6670
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
6671
|
-
"normalizedSignature": "HandleAuthenticateAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
6672
|
-
"emitScope": "ClassSurface",
|
|
6673
|
-
"provenance": "BaseOverload",
|
|
6674
|
-
"arity": 0,
|
|
6675
|
-
"parameterCount": 0,
|
|
6676
|
-
"isStatic": false,
|
|
6677
|
-
"isAbstract": true,
|
|
6678
|
-
"isVirtual": true,
|
|
6679
|
-
"isOverride": false,
|
|
6680
|
-
"isSealed": false,
|
|
6681
|
-
"visibility": "Protected",
|
|
6682
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler\u00601",
|
|
6683
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
6684
|
-
"isExtensionMethod": false
|
|
6685
|
-
},
|
|
6686
|
-
{
|
|
6687
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler\u00601::InitializeAsync(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task",
|
|
6688
|
-
"clrName": "InitializeAsync",
|
|
6689
|
-
"metadataToken": 0,
|
|
6690
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task",
|
|
6691
|
-
"normalizedSignature": "InitializeAsync|(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task|static=false",
|
|
6692
|
-
"emitScope": "ClassSurface",
|
|
6693
|
-
"provenance": "BaseOverload",
|
|
6694
|
-
"arity": 0,
|
|
6695
|
-
"parameterCount": 2,
|
|
6696
|
-
"isStatic": false,
|
|
6697
|
-
"isAbstract": false,
|
|
6698
|
-
"isVirtual": true,
|
|
6699
|
-
"isOverride": false,
|
|
6700
|
-
"isSealed": false,
|
|
6701
|
-
"visibility": "Public",
|
|
6702
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler\u00601",
|
|
6703
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
6704
|
-
"isExtensionMethod": false
|
|
6705
6405
|
}
|
|
6706
6406
|
],
|
|
6707
6407
|
"properties": [
|
|
@@ -7811,86 +7511,6 @@
|
|
|
7811
7511
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Abstractions",
|
|
7812
7512
|
"isExtensionMethod": false,
|
|
7813
7513
|
"sourceInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationSignInHandler"
|
|
7814
|
-
},
|
|
7815
|
-
{
|
|
7816
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.SignInAuthenticationHandler\u00601::AuthenticateAsync():System.Threading.Tasks.Task_1",
|
|
7817
|
-
"clrName": "AuthenticateAsync",
|
|
7818
|
-
"metadataToken": 0,
|
|
7819
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
7820
|
-
"normalizedSignature": "AuthenticateAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
7821
|
-
"emitScope": "ClassSurface",
|
|
7822
|
-
"provenance": "BaseOverload",
|
|
7823
|
-
"arity": 0,
|
|
7824
|
-
"parameterCount": 0,
|
|
7825
|
-
"isStatic": false,
|
|
7826
|
-
"isAbstract": false,
|
|
7827
|
-
"isVirtual": true,
|
|
7828
|
-
"isOverride": false,
|
|
7829
|
-
"isSealed": false,
|
|
7830
|
-
"visibility": "Public",
|
|
7831
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.SignInAuthenticationHandler\u00601",
|
|
7832
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
7833
|
-
"isExtensionMethod": false
|
|
7834
|
-
},
|
|
7835
|
-
{
|
|
7836
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.SignInAuthenticationHandler\u00601::ChallengeAsync(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
7837
|
-
"clrName": "ChallengeAsync",
|
|
7838
|
-
"metadataToken": 0,
|
|
7839
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
7840
|
-
"normalizedSignature": "ChallengeAsync|(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task|static=false",
|
|
7841
|
-
"emitScope": "ClassSurface",
|
|
7842
|
-
"provenance": "BaseOverload",
|
|
7843
|
-
"arity": 0,
|
|
7844
|
-
"parameterCount": 1,
|
|
7845
|
-
"isStatic": false,
|
|
7846
|
-
"isAbstract": false,
|
|
7847
|
-
"isVirtual": true,
|
|
7848
|
-
"isOverride": false,
|
|
7849
|
-
"isSealed": false,
|
|
7850
|
-
"visibility": "Public",
|
|
7851
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.SignInAuthenticationHandler\u00601",
|
|
7852
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
7853
|
-
"isExtensionMethod": false
|
|
7854
|
-
},
|
|
7855
|
-
{
|
|
7856
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.SignInAuthenticationHandler\u00601::InitializeAsync(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task",
|
|
7857
|
-
"clrName": "InitializeAsync",
|
|
7858
|
-
"metadataToken": 0,
|
|
7859
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task",
|
|
7860
|
-
"normalizedSignature": "InitializeAsync|(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task|static=false",
|
|
7861
|
-
"emitScope": "ClassSurface",
|
|
7862
|
-
"provenance": "BaseOverload",
|
|
7863
|
-
"arity": 0,
|
|
7864
|
-
"parameterCount": 2,
|
|
7865
|
-
"isStatic": false,
|
|
7866
|
-
"isAbstract": false,
|
|
7867
|
-
"isVirtual": true,
|
|
7868
|
-
"isOverride": false,
|
|
7869
|
-
"isSealed": false,
|
|
7870
|
-
"visibility": "Public",
|
|
7871
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.SignInAuthenticationHandler\u00601",
|
|
7872
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
7873
|
-
"isExtensionMethod": false
|
|
7874
|
-
},
|
|
7875
|
-
{
|
|
7876
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.SignInAuthenticationHandler\u00601::SignOutAsync(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
7877
|
-
"clrName": "SignOutAsync",
|
|
7878
|
-
"metadataToken": 0,
|
|
7879
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
7880
|
-
"normalizedSignature": "SignOutAsync|(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task|static=false",
|
|
7881
|
-
"emitScope": "ClassSurface",
|
|
7882
|
-
"provenance": "BaseOverload",
|
|
7883
|
-
"arity": 0,
|
|
7884
|
-
"parameterCount": 1,
|
|
7885
|
-
"isStatic": false,
|
|
7886
|
-
"isAbstract": false,
|
|
7887
|
-
"isVirtual": true,
|
|
7888
|
-
"isOverride": false,
|
|
7889
|
-
"isSealed": false,
|
|
7890
|
-
"visibility": "Public",
|
|
7891
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.SignInAuthenticationHandler\u00601",
|
|
7892
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
7893
|
-
"isExtensionMethod": false
|
|
7894
7514
|
}
|
|
7895
7515
|
],
|
|
7896
7516
|
"properties": [],
|
|
@@ -8076,66 +7696,6 @@
|
|
|
8076
7696
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Abstractions",
|
|
8077
7697
|
"isExtensionMethod": false,
|
|
8078
7698
|
"sourceInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationHandler"
|
|
8079
|
-
},
|
|
8080
|
-
{
|
|
8081
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.SignOutAuthenticationHandler\u00601::AuthenticateAsync():System.Threading.Tasks.Task_1",
|
|
8082
|
-
"clrName": "AuthenticateAsync",
|
|
8083
|
-
"metadataToken": 0,
|
|
8084
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
8085
|
-
"normalizedSignature": "AuthenticateAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
8086
|
-
"emitScope": "ClassSurface",
|
|
8087
|
-
"provenance": "BaseOverload",
|
|
8088
|
-
"arity": 0,
|
|
8089
|
-
"parameterCount": 0,
|
|
8090
|
-
"isStatic": false,
|
|
8091
|
-
"isAbstract": false,
|
|
8092
|
-
"isVirtual": true,
|
|
8093
|
-
"isOverride": false,
|
|
8094
|
-
"isSealed": false,
|
|
8095
|
-
"visibility": "Public",
|
|
8096
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.SignOutAuthenticationHandler\u00601",
|
|
8097
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
8098
|
-
"isExtensionMethod": false
|
|
8099
|
-
},
|
|
8100
|
-
{
|
|
8101
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.SignOutAuthenticationHandler\u00601::ChallengeAsync(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
8102
|
-
"clrName": "ChallengeAsync",
|
|
8103
|
-
"metadataToken": 0,
|
|
8104
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
8105
|
-
"normalizedSignature": "ChallengeAsync|(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task|static=false",
|
|
8106
|
-
"emitScope": "ClassSurface",
|
|
8107
|
-
"provenance": "BaseOverload",
|
|
8108
|
-
"arity": 0,
|
|
8109
|
-
"parameterCount": 1,
|
|
8110
|
-
"isStatic": false,
|
|
8111
|
-
"isAbstract": false,
|
|
8112
|
-
"isVirtual": true,
|
|
8113
|
-
"isOverride": false,
|
|
8114
|
-
"isSealed": false,
|
|
8115
|
-
"visibility": "Public",
|
|
8116
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.SignOutAuthenticationHandler\u00601",
|
|
8117
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
8118
|
-
"isExtensionMethod": false
|
|
8119
|
-
},
|
|
8120
|
-
{
|
|
8121
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.SignOutAuthenticationHandler\u00601::InitializeAsync(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task",
|
|
8122
|
-
"clrName": "InitializeAsync",
|
|
8123
|
-
"metadataToken": 0,
|
|
8124
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task",
|
|
8125
|
-
"normalizedSignature": "InitializeAsync|(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task|static=false",
|
|
8126
|
-
"emitScope": "ClassSurface",
|
|
8127
|
-
"provenance": "BaseOverload",
|
|
8128
|
-
"arity": 0,
|
|
8129
|
-
"parameterCount": 2,
|
|
8130
|
-
"isStatic": false,
|
|
8131
|
-
"isAbstract": false,
|
|
8132
|
-
"isVirtual": true,
|
|
8133
|
-
"isOverride": false,
|
|
8134
|
-
"isSealed": false,
|
|
8135
|
-
"visibility": "Public",
|
|
8136
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.SignOutAuthenticationHandler\u00601",
|
|
8137
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
8138
|
-
"isExtensionMethod": false
|
|
8139
7699
|
}
|
|
8140
7700
|
],
|
|
8141
7701
|
"properties": [],
|
|
@@ -8356,86 +7916,6 @@
|
|
|
8356
7916
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
8357
7917
|
"isExtensionMethod": false,
|
|
8358
7918
|
"sourceInterface": "Microsoft.AspNetCore.Authentication.ISecureDataFormat\u00601"
|
|
8359
|
-
},
|
|
8360
|
-
{
|
|
8361
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.TicketDataFormat::Protect(TData):System.String",
|
|
8362
|
-
"clrName": "Protect",
|
|
8363
|
-
"metadataToken": 0,
|
|
8364
|
-
"canonicalSignature": "(TData):System.String",
|
|
8365
|
-
"normalizedSignature": "Protect|(TData):System.String|static=false",
|
|
8366
|
-
"emitScope": "ClassSurface",
|
|
8367
|
-
"provenance": "BaseOverload",
|
|
8368
|
-
"arity": 0,
|
|
8369
|
-
"parameterCount": 1,
|
|
8370
|
-
"isStatic": false,
|
|
8371
|
-
"isAbstract": false,
|
|
8372
|
-
"isVirtual": true,
|
|
8373
|
-
"isOverride": false,
|
|
8374
|
-
"isSealed": false,
|
|
8375
|
-
"visibility": "Public",
|
|
8376
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.TicketDataFormat",
|
|
8377
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
8378
|
-
"isExtensionMethod": false
|
|
8379
|
-
},
|
|
8380
|
-
{
|
|
8381
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.TicketDataFormat::Protect(TData,System.String):System.String",
|
|
8382
|
-
"clrName": "Protect",
|
|
8383
|
-
"metadataToken": 0,
|
|
8384
|
-
"canonicalSignature": "(TData,System.String):System.String",
|
|
8385
|
-
"normalizedSignature": "Protect|(TData,System.String):System.String|static=false",
|
|
8386
|
-
"emitScope": "ClassSurface",
|
|
8387
|
-
"provenance": "BaseOverload",
|
|
8388
|
-
"arity": 0,
|
|
8389
|
-
"parameterCount": 2,
|
|
8390
|
-
"isStatic": false,
|
|
8391
|
-
"isAbstract": false,
|
|
8392
|
-
"isVirtual": true,
|
|
8393
|
-
"isOverride": false,
|
|
8394
|
-
"isSealed": false,
|
|
8395
|
-
"visibility": "Public",
|
|
8396
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.TicketDataFormat",
|
|
8397
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
8398
|
-
"isExtensionMethod": false
|
|
8399
|
-
},
|
|
8400
|
-
{
|
|
8401
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.TicketDataFormat::Unprotect(System.String):TData",
|
|
8402
|
-
"clrName": "Unprotect",
|
|
8403
|
-
"metadataToken": 0,
|
|
8404
|
-
"canonicalSignature": "(System.String):TData",
|
|
8405
|
-
"normalizedSignature": "Unprotect|(System.String):TData|static=false",
|
|
8406
|
-
"emitScope": "ClassSurface",
|
|
8407
|
-
"provenance": "BaseOverload",
|
|
8408
|
-
"arity": 0,
|
|
8409
|
-
"parameterCount": 1,
|
|
8410
|
-
"isStatic": false,
|
|
8411
|
-
"isAbstract": false,
|
|
8412
|
-
"isVirtual": true,
|
|
8413
|
-
"isOverride": false,
|
|
8414
|
-
"isSealed": false,
|
|
8415
|
-
"visibility": "Public",
|
|
8416
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.TicketDataFormat",
|
|
8417
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
8418
|
-
"isExtensionMethod": false
|
|
8419
|
-
},
|
|
8420
|
-
{
|
|
8421
|
-
"stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.TicketDataFormat::Unprotect(System.String,System.String):TData",
|
|
8422
|
-
"clrName": "Unprotect",
|
|
8423
|
-
"metadataToken": 0,
|
|
8424
|
-
"canonicalSignature": "(System.String,System.String):TData",
|
|
8425
|
-
"normalizedSignature": "Unprotect|(System.String,System.String):TData|static=false",
|
|
8426
|
-
"emitScope": "ClassSurface",
|
|
8427
|
-
"provenance": "BaseOverload",
|
|
8428
|
-
"arity": 0,
|
|
8429
|
-
"parameterCount": 2,
|
|
8430
|
-
"isStatic": false,
|
|
8431
|
-
"isAbstract": false,
|
|
8432
|
-
"isVirtual": true,
|
|
8433
|
-
"isOverride": false,
|
|
8434
|
-
"isSealed": false,
|
|
8435
|
-
"visibility": "Public",
|
|
8436
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.TicketDataFormat",
|
|
8437
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication",
|
|
8438
|
-
"isExtensionMethod": false
|
|
8439
7919
|
}
|
|
8440
7920
|
],
|
|
8441
7921
|
"properties": [],
|