@tsonic/dotnet 0.5.2 → 0.6.0
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/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
{
|
|
31
31
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CipherMode::CBCSystem.Security.Cryptography.CipherMode",
|
|
32
32
|
"clrName": "CBC",
|
|
33
|
-
"tsEmitName": "
|
|
33
|
+
"tsEmitName": "CBC",
|
|
34
34
|
"normalizedSignature": "CBC|System.Security.Cryptography.CipherMode|static=true|const=true",
|
|
35
35
|
"isStatic": true,
|
|
36
36
|
"isReadOnly": false,
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
{
|
|
40
40
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CipherMode::ECBSystem.Security.Cryptography.CipherMode",
|
|
41
41
|
"clrName": "ECB",
|
|
42
|
-
"tsEmitName": "
|
|
42
|
+
"tsEmitName": "ECB",
|
|
43
43
|
"normalizedSignature": "ECB|System.Security.Cryptography.CipherMode|static=true|const=true",
|
|
44
44
|
"isStatic": true,
|
|
45
45
|
"isReadOnly": false,
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
{
|
|
49
49
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CipherMode::OFBSystem.Security.Cryptography.CipherMode",
|
|
50
50
|
"clrName": "OFB",
|
|
51
|
-
"tsEmitName": "
|
|
51
|
+
"tsEmitName": "OFB",
|
|
52
52
|
"normalizedSignature": "OFB|System.Security.Cryptography.CipherMode|static=true|const=true",
|
|
53
53
|
"isStatic": true,
|
|
54
54
|
"isReadOnly": false,
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
{
|
|
58
58
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CipherMode::CFBSystem.Security.Cryptography.CipherMode",
|
|
59
59
|
"clrName": "CFB",
|
|
60
|
-
"tsEmitName": "
|
|
60
|
+
"tsEmitName": "CFB",
|
|
61
61
|
"normalizedSignature": "CFB|System.Security.Cryptography.CipherMode|static=true|const=true",
|
|
62
62
|
"isStatic": true,
|
|
63
63
|
"isReadOnly": false,
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
{
|
|
67
67
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CipherMode::CTSSystem.Security.Cryptography.CipherMode",
|
|
68
68
|
"clrName": "CTS",
|
|
69
|
-
"tsEmitName": "
|
|
69
|
+
"tsEmitName": "CTS",
|
|
70
70
|
"normalizedSignature": "CTS|System.Security.Cryptography.CipherMode|static=true|const=true",
|
|
71
71
|
"isStatic": true,
|
|
72
72
|
"isReadOnly": false,
|
|
@@ -1120,7 +1120,7 @@
|
|
|
1120
1120
|
{
|
|
1121
1121
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.PaddingMode::PKCS7System.Security.Cryptography.PaddingMode",
|
|
1122
1122
|
"clrName": "PKCS7",
|
|
1123
|
-
"tsEmitName": "
|
|
1123
|
+
"tsEmitName": "PKCS7",
|
|
1124
1124
|
"normalizedSignature": "PKCS7|System.Security.Cryptography.PaddingMode|static=true|const=true",
|
|
1125
1125
|
"isStatic": true,
|
|
1126
1126
|
"isReadOnly": false,
|
|
@@ -1138,7 +1138,7 @@
|
|
|
1138
1138
|
{
|
|
1139
1139
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.PaddingMode::ANSIX923System.Security.Cryptography.PaddingMode",
|
|
1140
1140
|
"clrName": "ANSIX923",
|
|
1141
|
-
"tsEmitName": "
|
|
1141
|
+
"tsEmitName": "ANSIX923",
|
|
1142
1142
|
"normalizedSignature": "ANSIX923|System.Security.Cryptography.PaddingMode|static=true|const=true",
|
|
1143
1143
|
"isStatic": true,
|
|
1144
1144
|
"isReadOnly": false,
|
|
@@ -1147,7 +1147,7 @@
|
|
|
1147
1147
|
{
|
|
1148
1148
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.PaddingMode::ISO10126System.Security.Cryptography.PaddingMode",
|
|
1149
1149
|
"clrName": "ISO10126",
|
|
1150
|
-
"tsEmitName": "
|
|
1150
|
+
"tsEmitName": "ISO10126",
|
|
1151
1151
|
"normalizedSignature": "ISO10126|System.Security.Cryptography.PaddingMode|static=true|const=true",
|
|
1152
1152
|
"isStatic": true,
|
|
1153
1153
|
"isReadOnly": false,
|
|
@@ -1658,7 +1658,7 @@
|
|
|
1658
1658
|
{
|
|
1659
1659
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAParameters::PSystem.Byte[]",
|
|
1660
1660
|
"clrName": "P",
|
|
1661
|
-
"tsEmitName": "
|
|
1661
|
+
"tsEmitName": "P",
|
|
1662
1662
|
"normalizedSignature": "P|System.Byte[]|static=false|const=false",
|
|
1663
1663
|
"isStatic": false,
|
|
1664
1664
|
"isReadOnly": false,
|
|
@@ -1667,7 +1667,7 @@
|
|
|
1667
1667
|
{
|
|
1668
1668
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAParameters::QSystem.Byte[]",
|
|
1669
1669
|
"clrName": "Q",
|
|
1670
|
-
"tsEmitName": "
|
|
1670
|
+
"tsEmitName": "Q",
|
|
1671
1671
|
"normalizedSignature": "Q|System.Byte[]|static=false|const=false",
|
|
1672
1672
|
"isStatic": false,
|
|
1673
1673
|
"isReadOnly": false,
|
|
@@ -1676,7 +1676,7 @@
|
|
|
1676
1676
|
{
|
|
1677
1677
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAParameters::GSystem.Byte[]",
|
|
1678
1678
|
"clrName": "G",
|
|
1679
|
-
"tsEmitName": "
|
|
1679
|
+
"tsEmitName": "G",
|
|
1680
1680
|
"normalizedSignature": "G|System.Byte[]|static=false|const=false",
|
|
1681
1681
|
"isStatic": false,
|
|
1682
1682
|
"isReadOnly": false,
|
|
@@ -1685,7 +1685,7 @@
|
|
|
1685
1685
|
{
|
|
1686
1686
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAParameters::YSystem.Byte[]",
|
|
1687
1687
|
"clrName": "Y",
|
|
1688
|
-
"tsEmitName": "
|
|
1688
|
+
"tsEmitName": "Y",
|
|
1689
1689
|
"normalizedSignature": "Y|System.Byte[]|static=false|const=false",
|
|
1690
1690
|
"isStatic": false,
|
|
1691
1691
|
"isReadOnly": false,
|
|
@@ -1694,7 +1694,7 @@
|
|
|
1694
1694
|
{
|
|
1695
1695
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAParameters::JSystem.Byte[]",
|
|
1696
1696
|
"clrName": "J",
|
|
1697
|
-
"tsEmitName": "
|
|
1697
|
+
"tsEmitName": "J",
|
|
1698
1698
|
"normalizedSignature": "J|System.Byte[]|static=false|const=false",
|
|
1699
1699
|
"isStatic": false,
|
|
1700
1700
|
"isReadOnly": false,
|
|
@@ -1703,7 +1703,7 @@
|
|
|
1703
1703
|
{
|
|
1704
1704
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAParameters::XSystem.Byte[]",
|
|
1705
1705
|
"clrName": "X",
|
|
1706
|
-
"tsEmitName": "
|
|
1706
|
+
"tsEmitName": "X",
|
|
1707
1707
|
"normalizedSignature": "X|System.Byte[]|static=false|const=false",
|
|
1708
1708
|
"isStatic": false,
|
|
1709
1709
|
"isReadOnly": false,
|
|
@@ -1888,7 +1888,7 @@
|
|
|
1888
1888
|
{
|
|
1889
1889
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve::ASystem.Byte[]",
|
|
1890
1890
|
"clrName": "A",
|
|
1891
|
-
"tsEmitName": "
|
|
1891
|
+
"tsEmitName": "A",
|
|
1892
1892
|
"normalizedSignature": "A|System.Byte[]|static=false|const=false",
|
|
1893
1893
|
"isStatic": false,
|
|
1894
1894
|
"isReadOnly": false,
|
|
@@ -1897,7 +1897,7 @@
|
|
|
1897
1897
|
{
|
|
1898
1898
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve::BSystem.Byte[]",
|
|
1899
1899
|
"clrName": "B",
|
|
1900
|
-
"tsEmitName": "
|
|
1900
|
+
"tsEmitName": "B",
|
|
1901
1901
|
"normalizedSignature": "B|System.Byte[]|static=false|const=false",
|
|
1902
1902
|
"isStatic": false,
|
|
1903
1903
|
"isReadOnly": false,
|
|
@@ -1906,7 +1906,7 @@
|
|
|
1906
1906
|
{
|
|
1907
1907
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve::GSystem.Security.Cryptography.ECPoint",
|
|
1908
1908
|
"clrName": "G",
|
|
1909
|
-
"tsEmitName": "
|
|
1909
|
+
"tsEmitName": "G",
|
|
1910
1910
|
"normalizedSignature": "G|System.Security.Cryptography.ECPoint|static=false|const=false",
|
|
1911
1911
|
"isStatic": false,
|
|
1912
1912
|
"isReadOnly": false,
|
|
@@ -2012,7 +2012,7 @@
|
|
|
2012
2012
|
{
|
|
2013
2013
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECParameters::QSystem.Security.Cryptography.ECPoint",
|
|
2014
2014
|
"clrName": "Q",
|
|
2015
|
-
"tsEmitName": "
|
|
2015
|
+
"tsEmitName": "Q",
|
|
2016
2016
|
"normalizedSignature": "Q|System.Security.Cryptography.ECPoint|static=false|const=false",
|
|
2017
2017
|
"isStatic": false,
|
|
2018
2018
|
"isReadOnly": false,
|
|
@@ -2021,7 +2021,7 @@
|
|
|
2021
2021
|
{
|
|
2022
2022
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECParameters::DSystem.Byte[]",
|
|
2023
2023
|
"clrName": "D",
|
|
2024
|
-
"tsEmitName": "
|
|
2024
|
+
"tsEmitName": "D",
|
|
2025
2025
|
"normalizedSignature": "D|System.Byte[]|static=false|const=false",
|
|
2026
2026
|
"isStatic": false,
|
|
2027
2027
|
"isReadOnly": false,
|
|
@@ -2056,7 +2056,7 @@
|
|
|
2056
2056
|
{
|
|
2057
2057
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECPoint::XSystem.Byte[]",
|
|
2058
2058
|
"clrName": "X",
|
|
2059
|
-
"tsEmitName": "
|
|
2059
|
+
"tsEmitName": "X",
|
|
2060
2060
|
"normalizedSignature": "X|System.Byte[]|static=false|const=false",
|
|
2061
2061
|
"isStatic": false,
|
|
2062
2062
|
"isReadOnly": false,
|
|
@@ -2065,7 +2065,7 @@
|
|
|
2065
2065
|
{
|
|
2066
2066
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECPoint::YSystem.Byte[]",
|
|
2067
2067
|
"clrName": "Y",
|
|
2068
|
-
"tsEmitName": "
|
|
2068
|
+
"tsEmitName": "Y",
|
|
2069
2069
|
"normalizedSignature": "Y|System.Byte[]|static=false|const=false",
|
|
2070
2070
|
"isStatic": false,
|
|
2071
2071
|
"isReadOnly": false,
|
|
@@ -2204,7 +2204,7 @@
|
|
|
2204
2204
|
{
|
|
2205
2205
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithmName::MD5:System.Security.Cryptography.HashAlgorithmName",
|
|
2206
2206
|
"clrName": "MD5",
|
|
2207
|
-
"tsEmitName": "
|
|
2207
|
+
"tsEmitName": "MD5",
|
|
2208
2208
|
"normalizedSignature": "MD5|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
2209
2209
|
"provenance": "Original",
|
|
2210
2210
|
"emitScope": "ClassSurface",
|
|
@@ -2219,7 +2219,7 @@
|
|
|
2219
2219
|
{
|
|
2220
2220
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithmName::SHA1:System.Security.Cryptography.HashAlgorithmName",
|
|
2221
2221
|
"clrName": "SHA1",
|
|
2222
|
-
"tsEmitName": "
|
|
2222
|
+
"tsEmitName": "SHA1",
|
|
2223
2223
|
"normalizedSignature": "SHA1|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
2224
2224
|
"provenance": "Original",
|
|
2225
2225
|
"emitScope": "ClassSurface",
|
|
@@ -2234,7 +2234,7 @@
|
|
|
2234
2234
|
{
|
|
2235
2235
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithmName::SHA256:System.Security.Cryptography.HashAlgorithmName",
|
|
2236
2236
|
"clrName": "SHA256",
|
|
2237
|
-
"tsEmitName": "
|
|
2237
|
+
"tsEmitName": "SHA256",
|
|
2238
2238
|
"normalizedSignature": "SHA256|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
2239
2239
|
"provenance": "Original",
|
|
2240
2240
|
"emitScope": "ClassSurface",
|
|
@@ -2249,7 +2249,7 @@
|
|
|
2249
2249
|
{
|
|
2250
2250
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithmName::SHA384:System.Security.Cryptography.HashAlgorithmName",
|
|
2251
2251
|
"clrName": "SHA384",
|
|
2252
|
-
"tsEmitName": "
|
|
2252
|
+
"tsEmitName": "SHA384",
|
|
2253
2253
|
"normalizedSignature": "SHA384|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
2254
2254
|
"provenance": "Original",
|
|
2255
2255
|
"emitScope": "ClassSurface",
|
|
@@ -2264,7 +2264,7 @@
|
|
|
2264
2264
|
{
|
|
2265
2265
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithmName::SHA512:System.Security.Cryptography.HashAlgorithmName",
|
|
2266
2266
|
"clrName": "SHA512",
|
|
2267
|
-
"tsEmitName": "
|
|
2267
|
+
"tsEmitName": "SHA512",
|
|
2268
2268
|
"normalizedSignature": "SHA512|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
2269
2269
|
"provenance": "Original",
|
|
2270
2270
|
"emitScope": "ClassSurface",
|
|
@@ -2279,7 +2279,7 @@
|
|
|
2279
2279
|
{
|
|
2280
2280
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithmName::SHA3_256:System.Security.Cryptography.HashAlgorithmName",
|
|
2281
2281
|
"clrName": "SHA3_256",
|
|
2282
|
-
"tsEmitName": "
|
|
2282
|
+
"tsEmitName": "SHA3_256",
|
|
2283
2283
|
"normalizedSignature": "SHA3_256|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
2284
2284
|
"provenance": "Original",
|
|
2285
2285
|
"emitScope": "ClassSurface",
|
|
@@ -2294,7 +2294,7 @@
|
|
|
2294
2294
|
{
|
|
2295
2295
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithmName::SHA3_384:System.Security.Cryptography.HashAlgorithmName",
|
|
2296
2296
|
"clrName": "SHA3_384",
|
|
2297
|
-
"tsEmitName": "
|
|
2297
|
+
"tsEmitName": "SHA3_384",
|
|
2298
2298
|
"normalizedSignature": "SHA3_384|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
2299
2299
|
"provenance": "Original",
|
|
2300
2300
|
"emitScope": "ClassSurface",
|
|
@@ -2309,7 +2309,7 @@
|
|
|
2309
2309
|
{
|
|
2310
2310
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithmName::SHA3_512:System.Security.Cryptography.HashAlgorithmName",
|
|
2311
2311
|
"clrName": "SHA3_512",
|
|
2312
|
-
"tsEmitName": "
|
|
2312
|
+
"tsEmitName": "SHA3_512",
|
|
2313
2313
|
"normalizedSignature": "SHA3_512|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
2314
2314
|
"provenance": "Original",
|
|
2315
2315
|
"emitScope": "ClassSurface",
|
|
@@ -2440,7 +2440,7 @@
|
|
|
2440
2440
|
{
|
|
2441
2441
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAParameters::DSystem.Byte[]",
|
|
2442
2442
|
"clrName": "D",
|
|
2443
|
-
"tsEmitName": "
|
|
2443
|
+
"tsEmitName": "D",
|
|
2444
2444
|
"normalizedSignature": "D|System.Byte[]|static=false|const=false",
|
|
2445
2445
|
"isStatic": false,
|
|
2446
2446
|
"isReadOnly": false,
|
|
@@ -2449,7 +2449,7 @@
|
|
|
2449
2449
|
{
|
|
2450
2450
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAParameters::DPSystem.Byte[]",
|
|
2451
2451
|
"clrName": "DP",
|
|
2452
|
-
"tsEmitName": "
|
|
2452
|
+
"tsEmitName": "DP",
|
|
2453
2453
|
"normalizedSignature": "DP|System.Byte[]|static=false|const=false",
|
|
2454
2454
|
"isStatic": false,
|
|
2455
2455
|
"isReadOnly": false,
|
|
@@ -2458,7 +2458,7 @@
|
|
|
2458
2458
|
{
|
|
2459
2459
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAParameters::DQSystem.Byte[]",
|
|
2460
2460
|
"clrName": "DQ",
|
|
2461
|
-
"tsEmitName": "
|
|
2461
|
+
"tsEmitName": "DQ",
|
|
2462
2462
|
"normalizedSignature": "DQ|System.Byte[]|static=false|const=false",
|
|
2463
2463
|
"isStatic": false,
|
|
2464
2464
|
"isReadOnly": false,
|
|
@@ -2494,7 +2494,7 @@
|
|
|
2494
2494
|
{
|
|
2495
2495
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAParameters::PSystem.Byte[]",
|
|
2496
2496
|
"clrName": "P",
|
|
2497
|
-
"tsEmitName": "
|
|
2497
|
+
"tsEmitName": "P",
|
|
2498
2498
|
"normalizedSignature": "P|System.Byte[]|static=false|const=false",
|
|
2499
2499
|
"isStatic": false,
|
|
2500
2500
|
"isReadOnly": false,
|
|
@@ -2503,7 +2503,7 @@
|
|
|
2503
2503
|
{
|
|
2504
2504
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAParameters::QSystem.Byte[]",
|
|
2505
2505
|
"clrName": "Q",
|
|
2506
|
-
"tsEmitName": "
|
|
2506
|
+
"tsEmitName": "Q",
|
|
2507
2507
|
"normalizedSignature": "Q|System.Byte[]|static=false|const=false",
|
|
2508
2508
|
"isStatic": false,
|
|
2509
2509
|
"isReadOnly": false,
|
|
@@ -3241,7 +3241,7 @@
|
|
|
3241
3241
|
{
|
|
3242
3242
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.AesCryptoServiceProvider::IV:System.Byte[]",
|
|
3243
3243
|
"clrName": "IV",
|
|
3244
|
-
"tsEmitName": "
|
|
3244
|
+
"tsEmitName": "IV",
|
|
3245
3245
|
"normalizedSignature": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
3246
3246
|
"provenance": "Original",
|
|
3247
3247
|
"emitScope": "ClassSurface",
|
|
@@ -3725,7 +3725,7 @@
|
|
|
3725
3725
|
{
|
|
3726
3726
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.AesManaged::IV:System.Byte[]",
|
|
3727
3727
|
"clrName": "IV",
|
|
3728
|
-
"tsEmitName": "
|
|
3728
|
+
"tsEmitName": "IV",
|
|
3729
3729
|
"normalizedSignature": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
3730
3730
|
"provenance": "Original",
|
|
3731
3731
|
"emitScope": "ClassSurface",
|
|
@@ -5625,7 +5625,7 @@
|
|
|
5625
5625
|
{
|
|
5626
5626
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngAlgorithm::MD5:System.Security.Cryptography.CngAlgorithm",
|
|
5627
5627
|
"clrName": "MD5",
|
|
5628
|
-
"tsEmitName": "
|
|
5628
|
+
"tsEmitName": "MD5",
|
|
5629
5629
|
"normalizedSignature": "MD5|:System.Security.Cryptography.CngAlgorithm|static=true|accessor=get",
|
|
5630
5630
|
"provenance": "Original",
|
|
5631
5631
|
"emitScope": "ClassSurface",
|
|
@@ -7646,13 +7646,6 @@
|
|
|
7646
7646
|
"isStatic": false,
|
|
7647
7647
|
"parameterCount": 0
|
|
7648
7648
|
}
|
|
7649
|
-
],
|
|
7650
|
-
"unsatisfiableInterfaces": [
|
|
7651
|
-
{
|
|
7652
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
7653
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
7654
|
-
"issueCount": 3
|
|
7655
|
-
}
|
|
7656
7649
|
]
|
|
7657
7650
|
},
|
|
7658
7651
|
{
|
|
@@ -10915,7 +10908,7 @@
|
|
|
10915
10908
|
{
|
|
10916
10909
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DESCryptoServiceProvider::IV:System.Byte[]",
|
|
10917
10910
|
"clrName": "IV",
|
|
10918
|
-
"tsEmitName": "
|
|
10911
|
+
"tsEmitName": "IV",
|
|
10919
10912
|
"normalizedSignature": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
10920
10913
|
"provenance": "Original",
|
|
10921
10914
|
"emitScope": "ClassSurface",
|
|
@@ -27894,7 +27887,7 @@
|
|
|
27894
27887
|
{
|
|
27895
27888
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RC2CryptoServiceProvider::IV:System.Byte[]",
|
|
27896
27889
|
"clrName": "IV",
|
|
27897
|
-
"tsEmitName": "
|
|
27890
|
+
"tsEmitName": "IV",
|
|
27898
27891
|
"normalizedSignature": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
27899
27892
|
"provenance": "Original",
|
|
27900
27893
|
"emitScope": "ClassSurface",
|
|
@@ -28560,7 +28553,7 @@
|
|
|
28560
28553
|
{
|
|
28561
28554
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RijndaelManaged::IV:System.Byte[]",
|
|
28562
28555
|
"clrName": "IV",
|
|
28563
|
-
"tsEmitName": "
|
|
28556
|
+
"tsEmitName": "IV",
|
|
28564
28557
|
"normalizedSignature": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
28565
28558
|
"provenance": "Original",
|
|
28566
28559
|
"emitScope": "ClassSurface",
|
|
@@ -31242,7 +31235,7 @@
|
|
|
31242
31235
|
{
|
|
31243
31236
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAEncryptionPadding::OaepSHA3_256:System.Security.Cryptography.RSAEncryptionPadding",
|
|
31244
31237
|
"clrName": "OaepSHA3_256",
|
|
31245
|
-
"tsEmitName": "
|
|
31238
|
+
"tsEmitName": "OaepSHA3_256",
|
|
31246
31239
|
"normalizedSignature": "OaepSHA3_256|:System.Security.Cryptography.RSAEncryptionPadding|static=true|accessor=get",
|
|
31247
31240
|
"provenance": "Original",
|
|
31248
31241
|
"emitScope": "ClassSurface",
|
|
@@ -31257,7 +31250,7 @@
|
|
|
31257
31250
|
{
|
|
31258
31251
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAEncryptionPadding::OaepSHA3_384:System.Security.Cryptography.RSAEncryptionPadding",
|
|
31259
31252
|
"clrName": "OaepSHA3_384",
|
|
31260
|
-
"tsEmitName": "
|
|
31253
|
+
"tsEmitName": "OaepSHA3_384",
|
|
31261
31254
|
"normalizedSignature": "OaepSHA3_384|:System.Security.Cryptography.RSAEncryptionPadding|static=true|accessor=get",
|
|
31262
31255
|
"provenance": "Original",
|
|
31263
31256
|
"emitScope": "ClassSurface",
|
|
@@ -31272,7 +31265,7 @@
|
|
|
31272
31265
|
{
|
|
31273
31266
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAEncryptionPadding::OaepSHA3_512:System.Security.Cryptography.RSAEncryptionPadding",
|
|
31274
31267
|
"clrName": "OaepSHA3_512",
|
|
31275
|
-
"tsEmitName": "
|
|
31268
|
+
"tsEmitName": "OaepSHA3_512",
|
|
31276
31269
|
"normalizedSignature": "OaepSHA3_512|:System.Security.Cryptography.RSAEncryptionPadding|static=true|accessor=get",
|
|
31277
31270
|
"provenance": "Original",
|
|
31278
31271
|
"emitScope": "ClassSurface",
|
|
@@ -32376,7 +32369,7 @@
|
|
|
32376
32369
|
{
|
|
32377
32370
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter::RNG:System.Security.Cryptography.RandomNumberGenerator",
|
|
32378
32371
|
"clrName": "RNG",
|
|
32379
|
-
"tsEmitName": "
|
|
32372
|
+
"tsEmitName": "RNG",
|
|
32380
32373
|
"normalizedSignature": "RNG|:System.Security.Cryptography.RandomNumberGenerator|static=false|accessor=getset",
|
|
32381
32374
|
"provenance": "Original",
|
|
32382
32375
|
"emitScope": "ClassSurface",
|
|
@@ -38934,7 +38927,7 @@
|
|
|
38934
38927
|
{
|
|
38935
38928
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsaAlgorithm::SlhDsaSha2_128s:System.Security.Cryptography.SlhDsaAlgorithm",
|
|
38936
38929
|
"clrName": "SlhDsaSha2_128s",
|
|
38937
|
-
"tsEmitName": "
|
|
38930
|
+
"tsEmitName": "SlhDsaSha2_128s",
|
|
38938
38931
|
"normalizedSignature": "SlhDsaSha2_128s|:System.Security.Cryptography.SlhDsaAlgorithm|static=true|accessor=get",
|
|
38939
38932
|
"provenance": "Original",
|
|
38940
38933
|
"emitScope": "ClassSurface",
|
|
@@ -38964,7 +38957,7 @@
|
|
|
38964
38957
|
{
|
|
38965
38958
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsaAlgorithm::SlhDsaSha2_128f:System.Security.Cryptography.SlhDsaAlgorithm",
|
|
38966
38959
|
"clrName": "SlhDsaSha2_128f",
|
|
38967
|
-
"tsEmitName": "
|
|
38960
|
+
"tsEmitName": "SlhDsaSha2_128f",
|
|
38968
38961
|
"normalizedSignature": "SlhDsaSha2_128f|:System.Security.Cryptography.SlhDsaAlgorithm|static=true|accessor=get",
|
|
38969
38962
|
"provenance": "Original",
|
|
38970
38963
|
"emitScope": "ClassSurface",
|
|
@@ -38994,7 +38987,7 @@
|
|
|
38994
38987
|
{
|
|
38995
38988
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsaAlgorithm::SlhDsaSha2_192s:System.Security.Cryptography.SlhDsaAlgorithm",
|
|
38996
38989
|
"clrName": "SlhDsaSha2_192s",
|
|
38997
|
-
"tsEmitName": "
|
|
38990
|
+
"tsEmitName": "SlhDsaSha2_192s",
|
|
38998
38991
|
"normalizedSignature": "SlhDsaSha2_192s|:System.Security.Cryptography.SlhDsaAlgorithm|static=true|accessor=get",
|
|
38999
38992
|
"provenance": "Original",
|
|
39000
38993
|
"emitScope": "ClassSurface",
|
|
@@ -39024,7 +39017,7 @@
|
|
|
39024
39017
|
{
|
|
39025
39018
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsaAlgorithm::SlhDsaSha2_192f:System.Security.Cryptography.SlhDsaAlgorithm",
|
|
39026
39019
|
"clrName": "SlhDsaSha2_192f",
|
|
39027
|
-
"tsEmitName": "
|
|
39020
|
+
"tsEmitName": "SlhDsaSha2_192f",
|
|
39028
39021
|
"normalizedSignature": "SlhDsaSha2_192f|:System.Security.Cryptography.SlhDsaAlgorithm|static=true|accessor=get",
|
|
39029
39022
|
"provenance": "Original",
|
|
39030
39023
|
"emitScope": "ClassSurface",
|
|
@@ -39054,7 +39047,7 @@
|
|
|
39054
39047
|
{
|
|
39055
39048
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsaAlgorithm::SlhDsaSha2_256s:System.Security.Cryptography.SlhDsaAlgorithm",
|
|
39056
39049
|
"clrName": "SlhDsaSha2_256s",
|
|
39057
|
-
"tsEmitName": "
|
|
39050
|
+
"tsEmitName": "SlhDsaSha2_256s",
|
|
39058
39051
|
"normalizedSignature": "SlhDsaSha2_256s|:System.Security.Cryptography.SlhDsaAlgorithm|static=true|accessor=get",
|
|
39059
39052
|
"provenance": "Original",
|
|
39060
39053
|
"emitScope": "ClassSurface",
|
|
@@ -39084,7 +39077,7 @@
|
|
|
39084
39077
|
{
|
|
39085
39078
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsaAlgorithm::SlhDsaSha2_256f:System.Security.Cryptography.SlhDsaAlgorithm",
|
|
39086
39079
|
"clrName": "SlhDsaSha2_256f",
|
|
39087
|
-
"tsEmitName": "
|
|
39080
|
+
"tsEmitName": "SlhDsaSha2_256f",
|
|
39088
39081
|
"normalizedSignature": "SlhDsaSha2_256f|:System.Security.Cryptography.SlhDsaAlgorithm|static=true|accessor=get",
|
|
39089
39082
|
"provenance": "Original",
|
|
39090
39083
|
"emitScope": "ClassSurface",
|
|
@@ -40200,7 +40193,7 @@
|
|
|
40200
40193
|
{
|
|
40201
40194
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.SymmetricAlgorithm::IV:System.Byte[]",
|
|
40202
40195
|
"clrName": "IV",
|
|
40203
|
-
"tsEmitName": "
|
|
40196
|
+
"tsEmitName": "IV",
|
|
40204
40197
|
"normalizedSignature": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
40205
40198
|
"provenance": "Original",
|
|
40206
40199
|
"emitScope": "ClassSurface",
|
|
@@ -41026,7 +41019,7 @@
|
|
|
41026
41019
|
{
|
|
41027
41020
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.TripleDESCryptoServiceProvider::IV:System.Byte[]",
|
|
41028
41021
|
"clrName": "IV",
|
|
41029
|
-
"tsEmitName": "
|
|
41022
|
+
"tsEmitName": "IV",
|
|
41030
41023
|
"normalizedSignature": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
41031
41024
|
"provenance": "Original",
|
|
41032
41025
|
"emitScope": "ClassSurface",
|