@tsonic/microsoft-extensions 0.1.1 → 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.
- package/Microsoft.Extensions.Caching.Distributed/bindings.json +317 -543
- package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +38 -38
- package/Microsoft.Extensions.Caching.Hybrid/bindings.json +146 -327
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +26 -26
- package/Microsoft.Extensions.Caching.Memory/bindings.json +581 -1255
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +88 -88
- package/Microsoft.Extensions.Configuration/bindings.json +1738 -3009
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +195 -195
- package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +108 -199
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +109 -198
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Configuration.Ini/bindings.json +211 -511
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.Configuration.Json/bindings.json +205 -500
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +14 -14
- package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +145 -266
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +16 -16
- package/Microsoft.Extensions.Configuration.Memory/bindings.json +115 -210
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +10 -10
- package/Microsoft.Extensions.Configuration.UserSecrets/bindings.json +26 -50
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Configuration.Xml/bindings.json +225 -539
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +17 -17
- package/Microsoft.Extensions.DependencyInjection/bindings.json +1880 -3222
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +241 -241
- package/Microsoft.Extensions.DependencyInjection.Extensions/bindings.json +268 -477
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +43 -43
- package/Microsoft.Extensions.Diagnostics.HealthChecks/bindings.json +250 -568
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +37 -37
- package/Microsoft.Extensions.Diagnostics.Metrics/bindings.json +270 -494
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +44 -44
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/bindings.json +16 -15
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.FileProviders/bindings.json +519 -991
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +46 -46
- package/Microsoft.Extensions.FileProviders.Composite/bindings.json +26 -49
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Embedded/bindings.json +89 -171
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.FileProviders.Internal/bindings.json +26 -58
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.FileProviders.Physical/bindings.json +296 -634
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +27 -27
- package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +171 -355
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +23 -23
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +123 -280
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +15 -15
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +158 -268
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +20 -20
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/bindings.json +191 -384
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +17 -17
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +591 -1070
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +50 -50
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/bindings.json +20 -47
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Hosting/bindings.json +936 -1742
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +120 -120
- package/Microsoft.Extensions.Hosting.Internal/bindings.json +200 -386
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +13 -13
- package/Microsoft.Extensions.Http/bindings.json +93 -160
- package/Microsoft.Extensions.Http/internal/index.d.ts +12 -12
- package/Microsoft.Extensions.Http.Logging/bindings.json +83 -149
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +9 -9
- package/Microsoft.Extensions.Internal/bindings.json +32 -51
- package/Microsoft.Extensions.Internal/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Localization/bindings.json +294 -531
- package/Microsoft.Extensions.Localization/internal/index.d.ts +21 -21
- package/Microsoft.Extensions.Logging/bindings.json +1141 -2182
- package/Microsoft.Extensions.Logging/internal/index.d.ts +162 -162
- package/Microsoft.Extensions.Logging.Abstractions/bindings.json +285 -526
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +32 -32
- package/Microsoft.Extensions.Logging.Configuration/bindings.json +80 -110
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +5 -5
- package/Microsoft.Extensions.Logging.Console/bindings.json +350 -830
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +48 -48
- package/Microsoft.Extensions.Logging.Debug/bindings.json +29 -48
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.Logging.EventLog/bindings.json +69 -147
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +11 -11
- package/Microsoft.Extensions.Logging.EventSource/bindings.json +46 -97
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +6 -6
- package/Microsoft.Extensions.Logging.TraceSource/bindings.json +29 -57
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.ObjectPool/bindings.json +319 -558
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +25 -25
- package/Microsoft.Extensions.Options/bindings.json +1780 -3480
- package/Microsoft.Extensions.Options/internal/index.d.ts +206 -206
- package/Microsoft.Extensions.Primitives/bindings.json +635 -1246
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +91 -91
- package/Microsoft.Extensions.Validation/bindings.json +196 -336
- package/Microsoft.Extensions.Validation/internal/index.d.ts +21 -21
- package/Microsoft.Extensions.WebEncoders/bindings.json +14 -25
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +2 -2
- package/Microsoft.Extensions.WebEncoders.Testing/bindings.json +144 -279
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +21 -21
- package/System.Diagnostics/bindings.json +560 -1240
- package/System.Diagnostics/internal/index.d.ts +94 -94
- package/System.Diagnostics.Eventing.Reader/bindings.json +1155 -2972
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +204 -204
- package/System.Net.Http/bindings.json +56 -60
- package/System.Net.Http/internal/index.d.ts +4 -4
- package/System.Security.Cryptography/bindings.json +101 -208
- package/System.Security.Cryptography/internal/index.d.ts +14 -14
- package/System.Security.Cryptography.Pkcs/bindings.json +1662 -4005
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +259 -259
- package/System.Security.Cryptography.Xml/bindings.json +1963 -5427
- package/System.Security.Cryptography.Xml/internal/index.d.ts +338 -338
- package/__build/scripts/generate.sh +4 -4
- package/__internal/extensions/index.d.ts +426 -426
- package/package.json +3 -3
- package/Microsoft.Extensions.Caching.Distributed/internal/metadata.json +0 -835
- package/Microsoft.Extensions.Caching.Hybrid/internal/metadata.json +0 -476
- package/Microsoft.Extensions.Caching.Memory/internal/metadata.json +0 -1740
- package/Microsoft.Extensions.Configuration/internal/metadata.json +0 -4603
- package/Microsoft.Extensions.Configuration.CommandLine/internal/metadata.json +0 -295
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/metadata.json +0 -301
- package/Microsoft.Extensions.Configuration.Ini/internal/metadata.json +0 -568
- package/Microsoft.Extensions.Configuration.Json/internal/metadata.json +0 -552
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/metadata.json +0 -402
- package/Microsoft.Extensions.Configuration.Memory/internal/metadata.json +0 -312
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/metadata.json +0 -85
- package/Microsoft.Extensions.Configuration.Xml/internal/metadata.json +0 -611
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -4903
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/metadata.json +0 -713
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/metadata.json +0 -802
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/metadata.json +0 -785
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/metadata.json +0 -41
- package/Microsoft.Extensions.FileProviders/internal/metadata.json +0 -1423
- package/Microsoft.Extensions.FileProviders.Composite/internal/metadata.json +0 -79
- package/Microsoft.Extensions.FileProviders.Embedded/internal/metadata.json +0 -251
- package/Microsoft.Extensions.FileProviders.Internal/internal/metadata.json +0 -84
- package/Microsoft.Extensions.FileProviders.Physical/internal/metadata.json +0 -879
- package/Microsoft.Extensions.FileSystemGlobbing/internal/metadata.json +0 -511
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/metadata.json +0 -352
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/metadata.json +0 -443
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/metadata.json +0 -550
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/metadata.json +0 -1527
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/metadata.json +0 -68
- package/Microsoft.Extensions.Hosting/internal/metadata.json +0 -2577
- package/Microsoft.Extensions.Hosting.Internal/internal/metadata.json +0 -559
- package/Microsoft.Extensions.Http/internal/metadata.json +0 -266
- package/Microsoft.Extensions.Http.Logging/internal/metadata.json +0 -240
- package/Microsoft.Extensions.Internal/internal/metadata.json +0 -94
- package/Microsoft.Extensions.Localization/internal/metadata.json +0 -831
- package/Microsoft.Extensions.Logging/internal/metadata.json +0 -3222
- package/Microsoft.Extensions.Logging.Abstractions/internal/metadata.json +0 -782
- package/Microsoft.Extensions.Logging.Configuration/internal/metadata.json +0 -212
- package/Microsoft.Extensions.Logging.Console/internal/metadata.json +0 -1119
- package/Microsoft.Extensions.Logging.Debug/internal/metadata.json +0 -80
- package/Microsoft.Extensions.Logging.EventLog/internal/metadata.json +0 -206
- package/Microsoft.Extensions.Logging.EventSource/internal/metadata.json +0 -149
- package/Microsoft.Extensions.Logging.TraceSource/internal/metadata.json +0 -85
- package/Microsoft.Extensions.ObjectPool/internal/metadata.json +0 -867
- package/Microsoft.Extensions.Options/internal/metadata.json +0 -4965
- package/Microsoft.Extensions.Primitives/internal/metadata.json +0 -1830
- package/Microsoft.Extensions.Validation/internal/metadata.json +0 -577
- package/Microsoft.Extensions.WebEncoders/internal/metadata.json +0 -46
- package/Microsoft.Extensions.WebEncoders.Testing/internal/metadata.json +0 -431
- package/System.Diagnostics/internal/metadata.json +0 -1694
- package/System.Diagnostics.Eventing.Reader/internal/metadata.json +0 -3706
- package/System.Net.Http/internal/metadata.json +0 -141
- package/System.Security.Cryptography/internal/metadata.json +0 -302
- package/System.Security.Cryptography.Pkcs/internal/metadata.json +0 -5125
- 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
|
|
17
|
-
readonly
|
|
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
|
|
31
|
-
readonly
|
|
32
|
-
readonly
|
|
33
|
-
readonly
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
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
|
|
52
|
-
|
|
53
|
-
|
|
51
|
+
readonly Current: CryptographicAttributeObject;
|
|
52
|
+
MoveNext(): boolean;
|
|
53
|
+
Reset(): void;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
|