@tsonic/microsoft-extensions 0.1.2 → 10.0.1

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.
Files changed (165) hide show
  1. package/Microsoft.Extensions.Caching.Distributed/bindings.json +317 -543
  2. package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +38 -38
  3. package/Microsoft.Extensions.Caching.Hybrid/bindings.json +146 -327
  4. package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +26 -26
  5. package/Microsoft.Extensions.Caching.Memory/bindings.json +581 -1255
  6. package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +88 -88
  7. package/Microsoft.Extensions.Configuration/bindings.json +1738 -3009
  8. package/Microsoft.Extensions.Configuration/internal/index.d.ts +195 -195
  9. package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +108 -199
  10. package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +9 -9
  11. package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +109 -198
  12. package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +9 -9
  13. package/Microsoft.Extensions.Configuration.Ini/bindings.json +211 -511
  14. package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +15 -15
  15. package/Microsoft.Extensions.Configuration.Json/bindings.json +205 -500
  16. package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +14 -14
  17. package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +145 -266
  18. package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +16 -16
  19. package/Microsoft.Extensions.Configuration.Memory/bindings.json +115 -210
  20. package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +10 -10
  21. package/Microsoft.Extensions.Configuration.UserSecrets/bindings.json +26 -50
  22. package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +2 -2
  23. package/Microsoft.Extensions.Configuration.Xml/bindings.json +225 -539
  24. package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +17 -17
  25. package/Microsoft.Extensions.DependencyInjection/bindings.json +1880 -3222
  26. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +241 -241
  27. package/Microsoft.Extensions.DependencyInjection.Extensions/bindings.json +268 -477
  28. package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +43 -43
  29. package/Microsoft.Extensions.Diagnostics.HealthChecks/bindings.json +250 -568
  30. package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +37 -37
  31. package/Microsoft.Extensions.Diagnostics.Metrics/bindings.json +270 -494
  32. package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +44 -44
  33. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/bindings.json +16 -15
  34. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
  35. package/Microsoft.Extensions.FileProviders/bindings.json +519 -991
  36. package/Microsoft.Extensions.FileProviders/internal/index.d.ts +46 -46
  37. package/Microsoft.Extensions.FileProviders.Composite/bindings.json +26 -49
  38. package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +2 -2
  39. package/Microsoft.Extensions.FileProviders.Embedded/bindings.json +89 -171
  40. package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +7 -7
  41. package/Microsoft.Extensions.FileProviders.Internal/bindings.json +26 -58
  42. package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +2 -2
  43. package/Microsoft.Extensions.FileProviders.Physical/bindings.json +296 -634
  44. package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +27 -27
  45. package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +171 -355
  46. package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +23 -23
  47. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +123 -280
  48. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +15 -15
  49. package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +158 -268
  50. package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +20 -20
  51. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/bindings.json +191 -384
  52. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +17 -17
  53. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +591 -1070
  54. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +50 -50
  55. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/bindings.json +20 -47
  56. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +2 -2
  57. package/Microsoft.Extensions.Hosting/bindings.json +936 -1742
  58. package/Microsoft.Extensions.Hosting/internal/index.d.ts +120 -120
  59. package/Microsoft.Extensions.Hosting.Internal/bindings.json +200 -386
  60. package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +13 -13
  61. package/Microsoft.Extensions.Http/bindings.json +93 -160
  62. package/Microsoft.Extensions.Http/internal/index.d.ts +12 -12
  63. package/Microsoft.Extensions.Http.Logging/bindings.json +83 -149
  64. package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +9 -9
  65. package/Microsoft.Extensions.Internal/bindings.json +32 -51
  66. package/Microsoft.Extensions.Internal/internal/index.d.ts +2 -2
  67. package/Microsoft.Extensions.Localization/bindings.json +294 -531
  68. package/Microsoft.Extensions.Localization/internal/index.d.ts +21 -21
  69. package/Microsoft.Extensions.Logging/bindings.json +1141 -2182
  70. package/Microsoft.Extensions.Logging/internal/index.d.ts +162 -162
  71. package/Microsoft.Extensions.Logging.Abstractions/bindings.json +285 -526
  72. package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +32 -32
  73. package/Microsoft.Extensions.Logging.Configuration/bindings.json +80 -110
  74. package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +5 -5
  75. package/Microsoft.Extensions.Logging.Console/bindings.json +350 -830
  76. package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +48 -48
  77. package/Microsoft.Extensions.Logging.Debug/bindings.json +29 -48
  78. package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +2 -2
  79. package/Microsoft.Extensions.Logging.EventLog/bindings.json +69 -147
  80. package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +11 -11
  81. package/Microsoft.Extensions.Logging.EventSource/bindings.json +46 -97
  82. package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +6 -6
  83. package/Microsoft.Extensions.Logging.TraceSource/bindings.json +29 -57
  84. package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +2 -2
  85. package/Microsoft.Extensions.ObjectPool/bindings.json +319 -558
  86. package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +25 -25
  87. package/Microsoft.Extensions.Options/bindings.json +1780 -3480
  88. package/Microsoft.Extensions.Options/internal/index.d.ts +206 -206
  89. package/Microsoft.Extensions.Primitives/bindings.json +635 -1246
  90. package/Microsoft.Extensions.Primitives/internal/index.d.ts +91 -91
  91. package/Microsoft.Extensions.Validation/bindings.json +196 -336
  92. package/Microsoft.Extensions.Validation/internal/index.d.ts +21 -21
  93. package/Microsoft.Extensions.WebEncoders/bindings.json +14 -25
  94. package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +2 -2
  95. package/Microsoft.Extensions.WebEncoders.Testing/bindings.json +144 -279
  96. package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +21 -21
  97. package/System.Diagnostics/bindings.json +560 -1240
  98. package/System.Diagnostics/internal/index.d.ts +94 -94
  99. package/System.Diagnostics.Eventing.Reader/bindings.json +1155 -2972
  100. package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +204 -204
  101. package/System.Net.Http/bindings.json +56 -60
  102. package/System.Net.Http/internal/index.d.ts +4 -4
  103. package/System.Security.Cryptography/bindings.json +101 -208
  104. package/System.Security.Cryptography/internal/index.d.ts +14 -14
  105. package/System.Security.Cryptography.Pkcs/bindings.json +1662 -4005
  106. package/System.Security.Cryptography.Pkcs/internal/index.d.ts +259 -259
  107. package/System.Security.Cryptography.Xml/bindings.json +1963 -5427
  108. package/System.Security.Cryptography.Xml/internal/index.d.ts +338 -338
  109. package/__build/scripts/generate.sh +4 -4
  110. package/__internal/extensions/index.d.ts +426 -426
  111. package/package.json +3 -3
  112. package/Microsoft.Extensions.Caching.Distributed/internal/metadata.json +0 -835
  113. package/Microsoft.Extensions.Caching.Hybrid/internal/metadata.json +0 -476
  114. package/Microsoft.Extensions.Caching.Memory/internal/metadata.json +0 -1740
  115. package/Microsoft.Extensions.Configuration/internal/metadata.json +0 -4603
  116. package/Microsoft.Extensions.Configuration.CommandLine/internal/metadata.json +0 -295
  117. package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/metadata.json +0 -301
  118. package/Microsoft.Extensions.Configuration.Ini/internal/metadata.json +0 -568
  119. package/Microsoft.Extensions.Configuration.Json/internal/metadata.json +0 -552
  120. package/Microsoft.Extensions.Configuration.KeyPerFile/internal/metadata.json +0 -402
  121. package/Microsoft.Extensions.Configuration.Memory/internal/metadata.json +0 -312
  122. package/Microsoft.Extensions.Configuration.UserSecrets/internal/metadata.json +0 -85
  123. package/Microsoft.Extensions.Configuration.Xml/internal/metadata.json +0 -611
  124. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -4903
  125. package/Microsoft.Extensions.DependencyInjection.Extensions/internal/metadata.json +0 -713
  126. package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/metadata.json +0 -802
  127. package/Microsoft.Extensions.Diagnostics.Metrics/internal/metadata.json +0 -785
  128. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/metadata.json +0 -41
  129. package/Microsoft.Extensions.FileProviders/internal/metadata.json +0 -1423
  130. package/Microsoft.Extensions.FileProviders.Composite/internal/metadata.json +0 -79
  131. package/Microsoft.Extensions.FileProviders.Embedded/internal/metadata.json +0 -251
  132. package/Microsoft.Extensions.FileProviders.Internal/internal/metadata.json +0 -84
  133. package/Microsoft.Extensions.FileProviders.Physical/internal/metadata.json +0 -879
  134. package/Microsoft.Extensions.FileSystemGlobbing/internal/metadata.json +0 -511
  135. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/metadata.json +0 -352
  136. package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/metadata.json +0 -443
  137. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/metadata.json +0 -550
  138. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/metadata.json +0 -1527
  139. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/metadata.json +0 -68
  140. package/Microsoft.Extensions.Hosting/internal/metadata.json +0 -2577
  141. package/Microsoft.Extensions.Hosting.Internal/internal/metadata.json +0 -559
  142. package/Microsoft.Extensions.Http/internal/metadata.json +0 -266
  143. package/Microsoft.Extensions.Http.Logging/internal/metadata.json +0 -240
  144. package/Microsoft.Extensions.Internal/internal/metadata.json +0 -94
  145. package/Microsoft.Extensions.Localization/internal/metadata.json +0 -831
  146. package/Microsoft.Extensions.Logging/internal/metadata.json +0 -3222
  147. package/Microsoft.Extensions.Logging.Abstractions/internal/metadata.json +0 -782
  148. package/Microsoft.Extensions.Logging.Configuration/internal/metadata.json +0 -212
  149. package/Microsoft.Extensions.Logging.Console/internal/metadata.json +0 -1119
  150. package/Microsoft.Extensions.Logging.Debug/internal/metadata.json +0 -80
  151. package/Microsoft.Extensions.Logging.EventLog/internal/metadata.json +0 -206
  152. package/Microsoft.Extensions.Logging.EventSource/internal/metadata.json +0 -149
  153. package/Microsoft.Extensions.Logging.TraceSource/internal/metadata.json +0 -85
  154. package/Microsoft.Extensions.ObjectPool/internal/metadata.json +0 -867
  155. package/Microsoft.Extensions.Options/internal/metadata.json +0 -4965
  156. package/Microsoft.Extensions.Primitives/internal/metadata.json +0 -1830
  157. package/Microsoft.Extensions.Validation/internal/metadata.json +0 -577
  158. package/Microsoft.Extensions.WebEncoders/internal/metadata.json +0 -46
  159. package/Microsoft.Extensions.WebEncoders.Testing/internal/metadata.json +0 -431
  160. package/System.Diagnostics/internal/metadata.json +0 -1694
  161. package/System.Diagnostics.Eventing.Reader/internal/metadata.json +0 -3706
  162. package/System.Net.Http/internal/metadata.json +0 -141
  163. package/System.Security.Cryptography/internal/metadata.json +0 -302
  164. package/System.Security.Cryptography.Pkcs/internal/metadata.json +0 -5125
  165. package/System.Security.Cryptography.Xml/internal/metadata.json +0 -5727
@@ -1,39 +1,57 @@
1
1
  {
2
2
  "namespace": "System.Security.Cryptography",
3
+ "contributingAssemblies": [
4
+ "System.Private.CoreLib",
5
+ "System.Security.Cryptography",
6
+ "System.Security.Cryptography.Pkcs"
7
+ ],
3
8
  "types": [
4
9
  {
5
10
  "stableId": "System.Security.Cryptography.Pkcs:System.Security.Cryptography.CryptographicAttributeObject",
6
11
  "clrName": "System.Security.Cryptography.CryptographicAttributeObject",
7
- "tsEmitName": "CryptographicAttributeObject",
8
12
  "assemblyName": "System.Security.Cryptography.Pkcs",
9
13
  "metadataToken": 0,
14
+ "kind": "Class",
15
+ "accessibility": "Public",
16
+ "isAbstract": false,
17
+ "isSealed": true,
18
+ "isStatic": false,
19
+ "arity": 0,
10
20
  "methods": [],
11
21
  "properties": [
12
22
  {
13
23
  "stableId": "System.Security.Cryptography.Pkcs:System.Security.Cryptography.CryptographicAttributeObject::Oid:System.Security.Cryptography.Oid",
14
24
  "clrName": "Oid",
15
- "tsEmitName": "oid",
16
25
  "metadataToken": 385876063,
17
26
  "canonicalSignature": ":System.Security.Cryptography.Oid",
18
27
  "normalizedSignature": "Oid|:System.Security.Cryptography.Oid|static=false|accessor=get",
19
28
  "emitScope": "ClassSurface",
29
+ "provenance": "Original",
20
30
  "isIndexer": false,
21
31
  "hasGetter": true,
22
32
  "hasSetter": false,
33
+ "isStatic": false,
34
+ "isAbstract": false,
35
+ "isVirtual": false,
36
+ "isOverride": false,
23
37
  "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObject",
24
38
  "declaringAssemblyName": "System.Security.Cryptography.Pkcs"
25
39
  },
26
40
  {
27
41
  "stableId": "System.Security.Cryptography.Pkcs:System.Security.Cryptography.CryptographicAttributeObject::Values:System.Security.Cryptography.AsnEncodedDataCollection",
28
42
  "clrName": "Values",
29
- "tsEmitName": "values",
30
43
  "metadataToken": 385876064,
31
44
  "canonicalSignature": ":System.Security.Cryptography.AsnEncodedDataCollection",
32
45
  "normalizedSignature": "Values|:System.Security.Cryptography.AsnEncodedDataCollection|static=false|accessor=get",
33
46
  "emitScope": "ClassSurface",
47
+ "provenance": "Original",
34
48
  "isIndexer": false,
35
49
  "hasGetter": true,
36
50
  "hasSetter": false,
51
+ "isStatic": false,
52
+ "isAbstract": false,
53
+ "isVirtual": false,
54
+ "isOverride": false,
37
55
  "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObject",
38
56
  "declaringAssemblyName": "System.Security.Cryptography.Pkcs"
39
57
  }
@@ -61,67 +79,35 @@
61
79
  "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObject",
62
80
  "declaringAssemblyName": "System.Security.Cryptography.Pkcs"
63
81
  }
64
- ],
65
- "exposedProperties": [
66
- {
67
- "tsName": "oid",
68
- "isStatic": false,
69
- "tsSignatureId": "Oid|:System.Security.Cryptography.Oid|static=false|accessor=get",
70
- "target": {
71
- "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObject",
72
- "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
73
- "metadataToken": 385876063
74
- }
75
- },
76
- {
77
- "tsName": "values",
78
- "isStatic": false,
79
- "tsSignatureId": "Values|:System.Security.Cryptography.AsnEncodedDataCollection|static=false|accessor=get",
80
- "target": {
81
- "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObject",
82
- "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
83
- "metadataToken": 385876064
84
- }
85
- }
86
- ],
87
- "exposedConstructors": [
88
- {
89
- "isStatic": false,
90
- "tsSignatureId": "constructor|(System.Security.Cryptography.Oid):void|static=false",
91
- "target": {
92
- "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObject",
93
- "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
94
- "metadataToken": 100663522
95
- }
96
- },
97
- {
98
- "isStatic": false,
99
- "tsSignatureId": "constructor|(System.Security.Cryptography.Oid,System.Security.Cryptography.AsnEncodedDataCollection):void|static=false",
100
- "target": {
101
- "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObject",
102
- "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
103
- "metadataToken": 100663523
104
- }
105
- }
106
82
  ]
107
83
  },
108
84
  {
109
85
  "stableId": "System.Security.Cryptography.Pkcs:System.Security.Cryptography.CryptographicAttributeObjectCollection",
110
86
  "clrName": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
111
- "tsEmitName": "CryptographicAttributeObjectCollection",
112
87
  "assemblyName": "System.Security.Cryptography.Pkcs",
113
88
  "metadataToken": 0,
89
+ "kind": "Class",
90
+ "accessibility": "Public",
91
+ "isAbstract": false,
92
+ "isSealed": true,
93
+ "isStatic": false,
94
+ "arity": 0,
114
95
  "methods": [
115
96
  {
116
97
  "stableId": "System.Security.Cryptography.Pkcs:System.Security.Cryptography.CryptographicAttributeObjectCollection::Add(System.Security.Cryptography.AsnEncodedData):System.Int32",
117
98
  "clrName": "Add",
118
- "tsEmitName": "add",
119
99
  "metadataToken": 100663528,
120
100
  "canonicalSignature": "(System.Security.Cryptography.AsnEncodedData):System.Int32",
121
101
  "normalizedSignature": "Add|(System.Security.Cryptography.AsnEncodedData):System.Int32|static=false",
122
102
  "emitScope": "ClassSurface",
103
+ "provenance": "Original",
123
104
  "arity": 0,
124
105
  "parameterCount": 1,
106
+ "isStatic": false,
107
+ "isAbstract": false,
108
+ "isVirtual": false,
109
+ "isOverride": false,
110
+ "isSealed": false,
125
111
  "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
126
112
  "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
127
113
  "isExtensionMethod": false
@@ -129,13 +115,18 @@
129
115
  {
130
116
  "stableId": "System.Security.Cryptography.Pkcs:System.Security.Cryptography.CryptographicAttributeObjectCollection::Add(System.Security.Cryptography.CryptographicAttributeObject):System.Int32",
131
117
  "clrName": "Add",
132
- "tsEmitName": "add",
133
118
  "metadataToken": 100663529,
134
119
  "canonicalSignature": "(System.Security.Cryptography.CryptographicAttributeObject):System.Int32",
135
120
  "normalizedSignature": "Add|(System.Security.Cryptography.CryptographicAttributeObject):System.Int32|static=false",
136
121
  "emitScope": "ClassSurface",
122
+ "provenance": "Original",
137
123
  "arity": 0,
138
124
  "parameterCount": 1,
125
+ "isStatic": false,
126
+ "isAbstract": false,
127
+ "isVirtual": false,
128
+ "isOverride": false,
129
+ "isSealed": false,
139
130
  "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
140
131
  "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
141
132
  "isExtensionMethod": false
@@ -143,13 +134,18 @@
143
134
  {
144
135
  "stableId": "System.Security.Cryptography.Pkcs:System.Security.Cryptography.CryptographicAttributeObjectCollection::Remove(System.Security.Cryptography.CryptographicAttributeObject):System.Void",
145
136
  "clrName": "Remove",
146
- "tsEmitName": "remove",
147
137
  "metadataToken": 100663531,
148
138
  "canonicalSignature": "(System.Security.Cryptography.CryptographicAttributeObject):System.Void",
149
139
  "normalizedSignature": "Remove|(System.Security.Cryptography.CryptographicAttributeObject):System.Void|static=false",
150
140
  "emitScope": "ClassSurface",
141
+ "provenance": "Original",
151
142
  "arity": 0,
152
143
  "parameterCount": 1,
144
+ "isStatic": false,
145
+ "isAbstract": false,
146
+ "isVirtual": false,
147
+ "isOverride": false,
148
+ "isSealed": false,
153
149
  "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
154
150
  "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
155
151
  "isExtensionMethod": false
@@ -157,13 +153,18 @@
157
153
  {
158
154
  "stableId": "System.Security.Cryptography.Pkcs:System.Security.Cryptography.CryptographicAttributeObjectCollection::GetEnumerator():System.Security.Cryptography.CryptographicAttributeObjectEnumerator",
159
155
  "clrName": "GetEnumerator",
160
- "tsEmitName": "getEnumerator",
161
156
  "metadataToken": 100663536,
162
157
  "canonicalSignature": "():System.Security.Cryptography.CryptographicAttributeObjectEnumerator",
163
158
  "normalizedSignature": "GetEnumerator|():System.Security.Cryptography.CryptographicAttributeObjectEnumerator|static=false",
164
159
  "emitScope": "ClassSurface",
160
+ "provenance": "Original",
165
161
  "arity": 0,
166
162
  "parameterCount": 0,
163
+ "isStatic": false,
164
+ "isAbstract": false,
165
+ "isVirtual": false,
166
+ "isOverride": false,
167
+ "isSealed": false,
167
168
  "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
168
169
  "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
169
170
  "isExtensionMethod": false
@@ -171,13 +172,18 @@
171
172
  {
172
173
  "stableId": "System.Security.Cryptography.Pkcs:System.Security.Cryptography.CryptographicAttributeObjectCollection::CopyTo(System.Security.Cryptography.CryptographicAttributeObject[],System.Int32):System.Void",
173
174
  "clrName": "CopyTo",
174
- "tsEmitName": "copyTo",
175
175
  "metadataToken": 100663539,
176
176
  "canonicalSignature": "(System.Security.Cryptography.CryptographicAttributeObject[],System.Int32):System.Void",
177
177
  "normalizedSignature": "CopyTo|(System.Security.Cryptography.CryptographicAttributeObject[],System.Int32):System.Void|static=false",
178
178
  "emitScope": "ClassSurface",
179
+ "provenance": "Original",
179
180
  "arity": 0,
180
181
  "parameterCount": 2,
182
+ "isStatic": false,
183
+ "isAbstract": false,
184
+ "isVirtual": false,
185
+ "isOverride": false,
186
+ "isSealed": false,
181
187
  "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
182
188
  "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
183
189
  "isExtensionMethod": false
@@ -187,56 +193,72 @@
187
193
  {
188
194
  "stableId": "System.Security.Cryptography.Pkcs:System.Security.Cryptography.CryptographicAttributeObjectCollection::Item[System.Int32]:System.Security.Cryptography.CryptographicAttributeObject",
189
195
  "clrName": "Item",
190
- "tsEmitName": "item",
191
196
  "metadataToken": 385876065,
192
197
  "canonicalSignature": "[System.Int32]:System.Security.Cryptography.CryptographicAttributeObject",
193
198
  "normalizedSignature": "Item|[System.Int32]:System.Security.Cryptography.CryptographicAttributeObject|static=false|accessor=get",
194
199
  "emitScope": "ClassSurface",
200
+ "provenance": "Original",
195
201
  "isIndexer": true,
196
202
  "hasGetter": true,
197
203
  "hasSetter": false,
204
+ "isStatic": false,
205
+ "isAbstract": false,
206
+ "isVirtual": false,
207
+ "isOverride": false,
198
208
  "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
199
209
  "declaringAssemblyName": "System.Security.Cryptography.Pkcs"
200
210
  },
201
211
  {
202
212
  "stableId": "System.Security.Cryptography.Pkcs:System.Security.Cryptography.CryptographicAttributeObjectCollection::Count:System.Int32",
203
213
  "clrName": "Count",
204
- "tsEmitName": "count",
205
214
  "metadataToken": 385876066,
206
215
  "canonicalSignature": ":System.Int32",
207
216
  "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
208
217
  "emitScope": "ClassSurface",
218
+ "provenance": "Original",
209
219
  "isIndexer": false,
210
220
  "hasGetter": true,
211
221
  "hasSetter": false,
222
+ "isStatic": false,
223
+ "isAbstract": false,
224
+ "isVirtual": true,
225
+ "isOverride": false,
212
226
  "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
213
227
  "declaringAssemblyName": "System.Security.Cryptography.Pkcs"
214
228
  },
215
229
  {
216
230
  "stableId": "System.Security.Cryptography.Pkcs:System.Security.Cryptography.CryptographicAttributeObjectCollection::IsSynchronized:System.Boolean",
217
231
  "clrName": "IsSynchronized",
218
- "tsEmitName": "isSynchronized",
219
232
  "metadataToken": 385876067,
220
233
  "canonicalSignature": ":System.Boolean",
221
234
  "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
222
235
  "emitScope": "ClassSurface",
236
+ "provenance": "Original",
223
237
  "isIndexer": false,
224
238
  "hasGetter": true,
225
239
  "hasSetter": false,
240
+ "isStatic": false,
241
+ "isAbstract": false,
242
+ "isVirtual": true,
243
+ "isOverride": false,
226
244
  "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
227
245
  "declaringAssemblyName": "System.Security.Cryptography.Pkcs"
228
246
  },
229
247
  {
230
248
  "stableId": "System.Security.Cryptography.Pkcs:System.Security.Cryptography.CryptographicAttributeObjectCollection::SyncRoot:System.Object",
231
249
  "clrName": "SyncRoot",
232
- "tsEmitName": "syncRoot",
233
250
  "metadataToken": 385876068,
234
251
  "canonicalSignature": ":System.Object",
235
252
  "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
236
253
  "emitScope": "ClassSurface",
254
+ "provenance": "Original",
237
255
  "isIndexer": false,
238
256
  "hasGetter": true,
239
257
  "hasSetter": false,
258
+ "isStatic": false,
259
+ "isAbstract": false,
260
+ "isVirtual": true,
261
+ "isOverride": false,
240
262
  "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
241
263
  "declaringAssemblyName": "System.Security.Cryptography.Pkcs"
242
264
  }
@@ -264,139 +286,35 @@
264
286
  "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
265
287
  "declaringAssemblyName": "System.Security.Cryptography.Pkcs"
266
288
  }
267
- ],
268
- "exposedMethods": [
269
- {
270
- "tsName": "add",
271
- "isStatic": false,
272
- "tsSignatureId": "Add|(System.Security.Cryptography.AsnEncodedData):System.Int32|static=false",
273
- "target": {
274
- "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
275
- "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
276
- "metadataToken": 100663528
277
- }
278
- },
279
- {
280
- "tsName": "add",
281
- "isStatic": false,
282
- "tsSignatureId": "Add|(System.Security.Cryptography.CryptographicAttributeObject):System.Int32|static=false",
283
- "target": {
284
- "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
285
- "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
286
- "metadataToken": 100663529
287
- }
288
- },
289
- {
290
- "tsName": "remove",
291
- "isStatic": false,
292
- "tsSignatureId": "Remove|(System.Security.Cryptography.CryptographicAttributeObject):System.Void|static=false",
293
- "target": {
294
- "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
295
- "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
296
- "metadataToken": 100663531
297
- }
298
- },
299
- {
300
- "tsName": "getEnumerator",
301
- "isStatic": false,
302
- "tsSignatureId": "GetEnumerator|():System.Security.Cryptography.CryptographicAttributeObjectEnumerator|static=false",
303
- "target": {
304
- "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
305
- "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
306
- "metadataToken": 100663536
307
- }
308
- },
309
- {
310
- "tsName": "copyTo",
311
- "isStatic": false,
312
- "tsSignatureId": "CopyTo|(System.Security.Cryptography.CryptographicAttributeObject[],System.Int32):System.Void|static=false",
313
- "target": {
314
- "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
315
- "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
316
- "metadataToken": 100663539
317
- }
318
- }
319
- ],
320
- "exposedProperties": [
321
- {
322
- "tsName": "item",
323
- "isStatic": false,
324
- "tsSignatureId": "Item|[System.Int32]:System.Security.Cryptography.CryptographicAttributeObject|static=false|accessor=get",
325
- "target": {
326
- "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
327
- "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
328
- "metadataToken": 385876065
329
- }
330
- },
331
- {
332
- "tsName": "count",
333
- "isStatic": false,
334
- "tsSignatureId": "Count|:System.Int32|static=false|accessor=get",
335
- "target": {
336
- "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
337
- "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
338
- "metadataToken": 385876066
339
- }
340
- },
341
- {
342
- "tsName": "isSynchronized",
343
- "isStatic": false,
344
- "tsSignatureId": "IsSynchronized|:System.Boolean|static=false|accessor=get",
345
- "target": {
346
- "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
347
- "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
348
- "metadataToken": 385876067
349
- }
350
- },
351
- {
352
- "tsName": "syncRoot",
353
- "isStatic": false,
354
- "tsSignatureId": "SyncRoot|:System.Object|static=false|accessor=get",
355
- "target": {
356
- "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
357
- "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
358
- "metadataToken": 385876068
359
- }
360
- }
361
- ],
362
- "exposedConstructors": [
363
- {
364
- "isStatic": false,
365
- "tsSignatureId": "constructor|():void|static=false",
366
- "target": {
367
- "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
368
- "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
369
- "metadataToken": 100663526
370
- }
371
- },
372
- {
373
- "isStatic": false,
374
- "tsSignatureId": "constructor|(System.Security.Cryptography.CryptographicAttributeObject):void|static=false",
375
- "target": {
376
- "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectCollection",
377
- "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
378
- "metadataToken": 100663527
379
- }
380
- }
381
289
  ]
382
290
  },
383
291
  {
384
292
  "stableId": "System.Security.Cryptography.Pkcs:System.Security.Cryptography.CryptographicAttributeObjectEnumerator",
385
293
  "clrName": "System.Security.Cryptography.CryptographicAttributeObjectEnumerator",
386
- "tsEmitName": "CryptographicAttributeObjectEnumerator",
387
294
  "assemblyName": "System.Security.Cryptography.Pkcs",
388
295
  "metadataToken": 0,
296
+ "kind": "Class",
297
+ "accessibility": "Public",
298
+ "isAbstract": false,
299
+ "isSealed": true,
300
+ "isStatic": false,
301
+ "arity": 0,
389
302
  "methods": [
390
303
  {
391
304
  "stableId": "System.Security.Cryptography.Pkcs:System.Security.Cryptography.CryptographicAttributeObjectEnumerator::MoveNext():System.Boolean",
392
305
  "clrName": "MoveNext",
393
- "tsEmitName": "moveNext",
394
306
  "metadataToken": 100663543,
395
307
  "canonicalSignature": "():System.Boolean",
396
308
  "normalizedSignature": "MoveNext|():System.Boolean|static=false",
397
309
  "emitScope": "ClassSurface",
310
+ "provenance": "Original",
398
311
  "arity": 0,
399
312
  "parameterCount": 0,
313
+ "isStatic": false,
314
+ "isAbstract": false,
315
+ "isVirtual": true,
316
+ "isOverride": false,
317
+ "isSealed": true,
400
318
  "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectEnumerator",
401
319
  "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
402
320
  "isExtensionMethod": false
@@ -404,13 +322,18 @@
404
322
  {
405
323
  "stableId": "System.Security.Cryptography.Pkcs:System.Security.Cryptography.CryptographicAttributeObjectEnumerator::Reset():System.Void",
406
324
  "clrName": "Reset",
407
- "tsEmitName": "reset",
408
325
  "metadataToken": 100663544,
409
326
  "canonicalSignature": "():System.Void",
410
327
  "normalizedSignature": "Reset|():System.Void|static=false",
411
328
  "emitScope": "ClassSurface",
329
+ "provenance": "Original",
412
330
  "arity": 0,
413
331
  "parameterCount": 0,
332
+ "isStatic": false,
333
+ "isAbstract": false,
334
+ "isVirtual": true,
335
+ "isOverride": false,
336
+ "isSealed": true,
414
337
  "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectEnumerator",
415
338
  "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
416
339
  "isExtensionMethod": false
@@ -420,55 +343,25 @@
420
343
  {
421
344
  "stableId": "System.Security.Cryptography.Pkcs:System.Security.Cryptography.CryptographicAttributeObjectEnumerator::Current:System.Security.Cryptography.CryptographicAttributeObject",
422
345
  "clrName": "Current",
423
- "tsEmitName": "current",
424
346
  "metadataToken": 385876069,
425
347
  "canonicalSignature": ":System.Security.Cryptography.CryptographicAttributeObject",
426
348
  "normalizedSignature": "Current|:System.Security.Cryptography.CryptographicAttributeObject|static=false|accessor=get",
427
349
  "emitScope": "ClassSurface",
350
+ "provenance": "Original",
428
351
  "isIndexer": false,
429
352
  "hasGetter": true,
430
353
  "hasSetter": false,
354
+ "isStatic": false,
355
+ "isAbstract": false,
356
+ "isVirtual": false,
357
+ "isOverride": false,
431
358
  "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectEnumerator",
432
359
  "declaringAssemblyName": "System.Security.Cryptography.Pkcs"
433
360
  }
434
361
  ],
435
362
  "fields": [],
436
363
  "events": [],
437
- "constructors": [],
438
- "exposedMethods": [
439
- {
440
- "tsName": "moveNext",
441
- "isStatic": false,
442
- "tsSignatureId": "MoveNext|():System.Boolean|static=false",
443
- "target": {
444
- "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectEnumerator",
445
- "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
446
- "metadataToken": 100663543
447
- }
448
- },
449
- {
450
- "tsName": "reset",
451
- "isStatic": false,
452
- "tsSignatureId": "Reset|():System.Void|static=false",
453
- "target": {
454
- "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectEnumerator",
455
- "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
456
- "metadataToken": 100663544
457
- }
458
- }
459
- ],
460
- "exposedProperties": [
461
- {
462
- "tsName": "current",
463
- "isStatic": false,
464
- "tsSignatureId": "Current|:System.Security.Cryptography.CryptographicAttributeObject|static=false|accessor=get",
465
- "target": {
466
- "declaringClrType": "System.Security.Cryptography.CryptographicAttributeObjectEnumerator",
467
- "declaringAssemblyName": "System.Security.Cryptography.Pkcs",
468
- "metadataToken": 385876069
469
- }
470
- }
471
- ]
364
+ "constructors": []
472
365
  }
473
366
  ]
474
367
  }
@@ -13,8 +13,8 @@ import type { Boolean as ClrBoolean, Int32, Object as ClrObject, Void } from "@t
13
13
  import type { AsnEncodedData, AsnEncodedDataCollection, Oid } from "@tsonic/dotnet/System.Security.Cryptography.js";
14
14
 
15
15
  export interface CryptographicAttributeObject$instance {
16
- readonly oid: Oid;
17
- readonly values: AsnEncodedDataCollection;
16
+ readonly Oid: Oid;
17
+ readonly Values: AsnEncodedDataCollection;
18
18
  }
19
19
 
20
20
 
@@ -27,15 +27,15 @@ export const CryptographicAttributeObject: {
27
27
  export type CryptographicAttributeObject = CryptographicAttributeObject$instance;
28
28
 
29
29
  export interface CryptographicAttributeObjectCollection$instance {
30
- readonly count: int;
31
- readonly isSynchronized: boolean;
32
- readonly item: CryptographicAttributeObject;
33
- readonly syncRoot: unknown;
34
- add(asnEncodedData: AsnEncodedData): int;
35
- add(attribute: CryptographicAttributeObject): int;
36
- copyTo(array: CryptographicAttributeObject[], index: int): void;
37
- getEnumerator(): CryptographicAttributeObjectEnumerator;
38
- remove(attribute: CryptographicAttributeObject): void;
30
+ readonly Count: int;
31
+ readonly IsSynchronized: boolean;
32
+ readonly Item: CryptographicAttributeObject;
33
+ readonly SyncRoot: unknown;
34
+ Add(asnEncodedData: AsnEncodedData): int;
35
+ Add(attribute: CryptographicAttributeObject): int;
36
+ CopyTo(array: CryptographicAttributeObject[], index: int): void;
37
+ GetEnumerator(): CryptographicAttributeObjectEnumerator;
38
+ Remove(attribute: CryptographicAttributeObject): void;
39
39
  }
40
40
 
41
41
 
@@ -48,9 +48,9 @@ export const CryptographicAttributeObjectCollection: {
48
48
  export type CryptographicAttributeObjectCollection = CryptographicAttributeObjectCollection$instance;
49
49
 
50
50
  export interface CryptographicAttributeObjectEnumerator$instance {
51
- readonly current: CryptographicAttributeObject;
52
- moveNext(): boolean;
53
- reset(): void;
51
+ readonly Current: CryptographicAttributeObject;
52
+ MoveNext(): boolean;
53
+ Reset(): void;
54
54
  }
55
55
 
56
56