@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
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
{
|
|
25
25
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CipherMode::CBCSystem.Security.Cryptography.CipherMode",
|
|
26
26
|
"clrName": "CBC",
|
|
27
|
-
"tsEmitName": "
|
|
27
|
+
"tsEmitName": "CBC",
|
|
28
28
|
"metadataToken": 67109483,
|
|
29
29
|
"normalizedSignature": "CBC|System.Security.Cryptography.CipherMode|static=true|const=true",
|
|
30
30
|
"isStatic": true,
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
{
|
|
36
36
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CipherMode::ECBSystem.Security.Cryptography.CipherMode",
|
|
37
37
|
"clrName": "ECB",
|
|
38
|
-
"tsEmitName": "
|
|
38
|
+
"tsEmitName": "ECB",
|
|
39
39
|
"metadataToken": 67109484,
|
|
40
40
|
"normalizedSignature": "ECB|System.Security.Cryptography.CipherMode|static=true|const=true",
|
|
41
41
|
"isStatic": true,
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
{
|
|
47
47
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CipherMode::OFBSystem.Security.Cryptography.CipherMode",
|
|
48
48
|
"clrName": "OFB",
|
|
49
|
-
"tsEmitName": "
|
|
49
|
+
"tsEmitName": "OFB",
|
|
50
50
|
"metadataToken": 67109485,
|
|
51
51
|
"normalizedSignature": "OFB|System.Security.Cryptography.CipherMode|static=true|const=true",
|
|
52
52
|
"isStatic": true,
|
|
@@ -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
|
"metadataToken": 67109486,
|
|
62
62
|
"normalizedSignature": "CFB|System.Security.Cryptography.CipherMode|static=true|const=true",
|
|
63
63
|
"isStatic": true,
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
{
|
|
69
69
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CipherMode::CTSSystem.Security.Cryptography.CipherMode",
|
|
70
70
|
"clrName": "CTS",
|
|
71
|
-
"tsEmitName": "
|
|
71
|
+
"tsEmitName": "CTS",
|
|
72
72
|
"metadataToken": 67109487,
|
|
73
73
|
"normalizedSignature": "CTS|System.Security.Cryptography.CipherMode|static=true|const=true",
|
|
74
74
|
"isStatic": true,
|
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
}
|
|
794
794
|
},
|
|
795
795
|
{
|
|
796
|
-
"tsName": "
|
|
796
|
+
"tsName": "CBC",
|
|
797
797
|
"isStatic": true,
|
|
798
798
|
"tsSignatureId": "CBC|System.Security.Cryptography.CipherMode|static=true|const=true",
|
|
799
799
|
"target": {
|
|
@@ -803,7 +803,7 @@
|
|
|
803
803
|
}
|
|
804
804
|
},
|
|
805
805
|
{
|
|
806
|
-
"tsName": "
|
|
806
|
+
"tsName": "ECB",
|
|
807
807
|
"isStatic": true,
|
|
808
808
|
"tsSignatureId": "ECB|System.Security.Cryptography.CipherMode|static=true|const=true",
|
|
809
809
|
"target": {
|
|
@@ -813,7 +813,7 @@
|
|
|
813
813
|
}
|
|
814
814
|
},
|
|
815
815
|
{
|
|
816
|
-
"tsName": "
|
|
816
|
+
"tsName": "OFB",
|
|
817
817
|
"isStatic": true,
|
|
818
818
|
"tsSignatureId": "OFB|System.Security.Cryptography.CipherMode|static=true|const=true",
|
|
819
819
|
"target": {
|
|
@@ -823,7 +823,7 @@
|
|
|
823
823
|
}
|
|
824
824
|
},
|
|
825
825
|
{
|
|
826
|
-
"tsName": "
|
|
826
|
+
"tsName": "CFB",
|
|
827
827
|
"isStatic": true,
|
|
828
828
|
"tsSignatureId": "CFB|System.Security.Cryptography.CipherMode|static=true|const=true",
|
|
829
829
|
"target": {
|
|
@@ -833,7 +833,7 @@
|
|
|
833
833
|
}
|
|
834
834
|
},
|
|
835
835
|
{
|
|
836
|
-
"tsName": "
|
|
836
|
+
"tsName": "CTS",
|
|
837
837
|
"isStatic": true,
|
|
838
838
|
"tsSignatureId": "CTS|System.Security.Cryptography.CipherMode|static=true|const=true",
|
|
839
839
|
"target": {
|
|
@@ -14072,7 +14072,7 @@
|
|
|
14072
14072
|
{
|
|
14073
14073
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.PaddingMode::PKCS7System.Security.Cryptography.PaddingMode",
|
|
14074
14074
|
"clrName": "PKCS7",
|
|
14075
|
-
"tsEmitName": "
|
|
14075
|
+
"tsEmitName": "PKCS7",
|
|
14076
14076
|
"metadataToken": 67109877,
|
|
14077
14077
|
"normalizedSignature": "PKCS7|System.Security.Cryptography.PaddingMode|static=true|const=true",
|
|
14078
14078
|
"isStatic": true,
|
|
@@ -14094,7 +14094,7 @@
|
|
|
14094
14094
|
{
|
|
14095
14095
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.PaddingMode::ANSIX923System.Security.Cryptography.PaddingMode",
|
|
14096
14096
|
"clrName": "ANSIX923",
|
|
14097
|
-
"tsEmitName": "
|
|
14097
|
+
"tsEmitName": "ANSIX923",
|
|
14098
14098
|
"metadataToken": 67109879,
|
|
14099
14099
|
"normalizedSignature": "ANSIX923|System.Security.Cryptography.PaddingMode|static=true|const=true",
|
|
14100
14100
|
"isStatic": true,
|
|
@@ -14105,7 +14105,7 @@
|
|
|
14105
14105
|
{
|
|
14106
14106
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.PaddingMode::ISO10126System.Security.Cryptography.PaddingMode",
|
|
14107
14107
|
"clrName": "ISO10126",
|
|
14108
|
-
"tsEmitName": "
|
|
14108
|
+
"tsEmitName": "ISO10126",
|
|
14109
14109
|
"metadataToken": 67109880,
|
|
14110
14110
|
"normalizedSignature": "ISO10126|System.Security.Cryptography.PaddingMode|static=true|const=true",
|
|
14111
14111
|
"isStatic": true,
|
|
@@ -14840,7 +14840,7 @@
|
|
|
14840
14840
|
}
|
|
14841
14841
|
},
|
|
14842
14842
|
{
|
|
14843
|
-
"tsName": "
|
|
14843
|
+
"tsName": "PKCS7",
|
|
14844
14844
|
"isStatic": true,
|
|
14845
14845
|
"tsSignatureId": "PKCS7|System.Security.Cryptography.PaddingMode|static=true|const=true",
|
|
14846
14846
|
"target": {
|
|
@@ -14860,7 +14860,7 @@
|
|
|
14860
14860
|
}
|
|
14861
14861
|
},
|
|
14862
14862
|
{
|
|
14863
|
-
"tsName": "
|
|
14863
|
+
"tsName": "ANSIX923",
|
|
14864
14864
|
"isStatic": true,
|
|
14865
14865
|
"tsSignatureId": "ANSIX923|System.Security.Cryptography.PaddingMode|static=true|const=true",
|
|
14866
14866
|
"target": {
|
|
@@ -14870,7 +14870,7 @@
|
|
|
14870
14870
|
}
|
|
14871
14871
|
},
|
|
14872
14872
|
{
|
|
14873
|
-
"tsName": "
|
|
14873
|
+
"tsName": "ISO10126",
|
|
14874
14874
|
"isStatic": true,
|
|
14875
14875
|
"tsSignatureId": "ISO10126|System.Security.Cryptography.PaddingMode|static=true|const=true",
|
|
14876
14876
|
"target": {
|
|
@@ -17820,7 +17820,7 @@
|
|
|
17820
17820
|
{
|
|
17821
17821
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAParameters::PSystem.Byte[]",
|
|
17822
17822
|
"clrName": "P",
|
|
17823
|
-
"tsEmitName": "
|
|
17823
|
+
"tsEmitName": "P",
|
|
17824
17824
|
"metadataToken": 67109687,
|
|
17825
17825
|
"normalizedSignature": "P|System.Byte[]|static=false|const=false",
|
|
17826
17826
|
"isStatic": false,
|
|
@@ -17831,7 +17831,7 @@
|
|
|
17831
17831
|
{
|
|
17832
17832
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAParameters::QSystem.Byte[]",
|
|
17833
17833
|
"clrName": "Q",
|
|
17834
|
-
"tsEmitName": "
|
|
17834
|
+
"tsEmitName": "Q",
|
|
17835
17835
|
"metadataToken": 67109688,
|
|
17836
17836
|
"normalizedSignature": "Q|System.Byte[]|static=false|const=false",
|
|
17837
17837
|
"isStatic": false,
|
|
@@ -17842,7 +17842,7 @@
|
|
|
17842
17842
|
{
|
|
17843
17843
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAParameters::GSystem.Byte[]",
|
|
17844
17844
|
"clrName": "G",
|
|
17845
|
-
"tsEmitName": "
|
|
17845
|
+
"tsEmitName": "G",
|
|
17846
17846
|
"metadataToken": 67109689,
|
|
17847
17847
|
"normalizedSignature": "G|System.Byte[]|static=false|const=false",
|
|
17848
17848
|
"isStatic": false,
|
|
@@ -17853,7 +17853,7 @@
|
|
|
17853
17853
|
{
|
|
17854
17854
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAParameters::YSystem.Byte[]",
|
|
17855
17855
|
"clrName": "Y",
|
|
17856
|
-
"tsEmitName": "
|
|
17856
|
+
"tsEmitName": "Y",
|
|
17857
17857
|
"metadataToken": 67109690,
|
|
17858
17858
|
"normalizedSignature": "Y|System.Byte[]|static=false|const=false",
|
|
17859
17859
|
"isStatic": false,
|
|
@@ -17864,7 +17864,7 @@
|
|
|
17864
17864
|
{
|
|
17865
17865
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAParameters::JSystem.Byte[]",
|
|
17866
17866
|
"clrName": "J",
|
|
17867
|
-
"tsEmitName": "
|
|
17867
|
+
"tsEmitName": "J",
|
|
17868
17868
|
"metadataToken": 67109691,
|
|
17869
17869
|
"normalizedSignature": "J|System.Byte[]|static=false|const=false",
|
|
17870
17870
|
"isStatic": false,
|
|
@@ -17875,7 +17875,7 @@
|
|
|
17875
17875
|
{
|
|
17876
17876
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAParameters::XSystem.Byte[]",
|
|
17877
17877
|
"clrName": "X",
|
|
17878
|
-
"tsEmitName": "
|
|
17878
|
+
"tsEmitName": "X",
|
|
17879
17879
|
"metadataToken": 67109692,
|
|
17880
17880
|
"normalizedSignature": "X|System.Byte[]|static=false|const=false",
|
|
17881
17881
|
"isStatic": false,
|
|
@@ -17972,7 +17972,7 @@
|
|
|
17972
17972
|
],
|
|
17973
17973
|
"exposedFields": [
|
|
17974
17974
|
{
|
|
17975
|
-
"tsName": "
|
|
17975
|
+
"tsName": "P",
|
|
17976
17976
|
"isStatic": false,
|
|
17977
17977
|
"tsSignatureId": "P|System.Byte[]|static=false|const=false",
|
|
17978
17978
|
"target": {
|
|
@@ -17982,7 +17982,7 @@
|
|
|
17982
17982
|
}
|
|
17983
17983
|
},
|
|
17984
17984
|
{
|
|
17985
|
-
"tsName": "
|
|
17985
|
+
"tsName": "Q",
|
|
17986
17986
|
"isStatic": false,
|
|
17987
17987
|
"tsSignatureId": "Q|System.Byte[]|static=false|const=false",
|
|
17988
17988
|
"target": {
|
|
@@ -17992,7 +17992,7 @@
|
|
|
17992
17992
|
}
|
|
17993
17993
|
},
|
|
17994
17994
|
{
|
|
17995
|
-
"tsName": "
|
|
17995
|
+
"tsName": "G",
|
|
17996
17996
|
"isStatic": false,
|
|
17997
17997
|
"tsSignatureId": "G|System.Byte[]|static=false|const=false",
|
|
17998
17998
|
"target": {
|
|
@@ -18002,7 +18002,7 @@
|
|
|
18002
18002
|
}
|
|
18003
18003
|
},
|
|
18004
18004
|
{
|
|
18005
|
-
"tsName": "
|
|
18005
|
+
"tsName": "Y",
|
|
18006
18006
|
"isStatic": false,
|
|
18007
18007
|
"tsSignatureId": "Y|System.Byte[]|static=false|const=false",
|
|
18008
18008
|
"target": {
|
|
@@ -18012,7 +18012,7 @@
|
|
|
18012
18012
|
}
|
|
18013
18013
|
},
|
|
18014
18014
|
{
|
|
18015
|
-
"tsName": "
|
|
18015
|
+
"tsName": "J",
|
|
18016
18016
|
"isStatic": false,
|
|
18017
18017
|
"tsSignatureId": "J|System.Byte[]|static=false|const=false",
|
|
18018
18018
|
"target": {
|
|
@@ -18022,7 +18022,7 @@
|
|
|
18022
18022
|
}
|
|
18023
18023
|
},
|
|
18024
18024
|
{
|
|
18025
|
-
"tsName": "
|
|
18025
|
+
"tsName": "X",
|
|
18026
18026
|
"isStatic": false,
|
|
18027
18027
|
"tsSignatureId": "X|System.Byte[]|static=false|const=false",
|
|
18028
18028
|
"target": {
|
|
@@ -18193,7 +18193,7 @@
|
|
|
18193
18193
|
{
|
|
18194
18194
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve::ASystem.Byte[]",
|
|
18195
18195
|
"clrName": "A",
|
|
18196
|
-
"tsEmitName": "
|
|
18196
|
+
"tsEmitName": "A",
|
|
18197
18197
|
"metadataToken": 67109705,
|
|
18198
18198
|
"normalizedSignature": "A|System.Byte[]|static=false|const=false",
|
|
18199
18199
|
"isStatic": false,
|
|
@@ -18204,7 +18204,7 @@
|
|
|
18204
18204
|
{
|
|
18205
18205
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve::BSystem.Byte[]",
|
|
18206
18206
|
"clrName": "B",
|
|
18207
|
-
"tsEmitName": "
|
|
18207
|
+
"tsEmitName": "B",
|
|
18208
18208
|
"metadataToken": 67109706,
|
|
18209
18209
|
"normalizedSignature": "B|System.Byte[]|static=false|const=false",
|
|
18210
18210
|
"isStatic": false,
|
|
@@ -18215,7 +18215,7 @@
|
|
|
18215
18215
|
{
|
|
18216
18216
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECCurve::GSystem.Security.Cryptography.ECPoint",
|
|
18217
18217
|
"clrName": "G",
|
|
18218
|
-
"tsEmitName": "
|
|
18218
|
+
"tsEmitName": "G",
|
|
18219
18219
|
"metadataToken": 67109707,
|
|
18220
18220
|
"normalizedSignature": "G|System.Security.Cryptography.ECPoint|static=false|const=false",
|
|
18221
18221
|
"isStatic": false,
|
|
@@ -18459,7 +18459,7 @@
|
|
|
18459
18459
|
],
|
|
18460
18460
|
"exposedFields": [
|
|
18461
18461
|
{
|
|
18462
|
-
"tsName": "
|
|
18462
|
+
"tsName": "A",
|
|
18463
18463
|
"isStatic": false,
|
|
18464
18464
|
"tsSignatureId": "A|System.Byte[]|static=false|const=false",
|
|
18465
18465
|
"target": {
|
|
@@ -18469,7 +18469,7 @@
|
|
|
18469
18469
|
}
|
|
18470
18470
|
},
|
|
18471
18471
|
{
|
|
18472
|
-
"tsName": "
|
|
18472
|
+
"tsName": "B",
|
|
18473
18473
|
"isStatic": false,
|
|
18474
18474
|
"tsSignatureId": "B|System.Byte[]|static=false|const=false",
|
|
18475
18475
|
"target": {
|
|
@@ -18479,7 +18479,7 @@
|
|
|
18479
18479
|
}
|
|
18480
18480
|
},
|
|
18481
18481
|
{
|
|
18482
|
-
"tsName": "
|
|
18482
|
+
"tsName": "G",
|
|
18483
18483
|
"isStatic": false,
|
|
18484
18484
|
"tsSignatureId": "G|System.Security.Cryptography.ECPoint|static=false|const=false",
|
|
18485
18485
|
"target": {
|
|
@@ -18587,7 +18587,7 @@
|
|
|
18587
18587
|
{
|
|
18588
18588
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECParameters::QSystem.Security.Cryptography.ECPoint",
|
|
18589
18589
|
"clrName": "Q",
|
|
18590
|
-
"tsEmitName": "
|
|
18590
|
+
"tsEmitName": "Q",
|
|
18591
18591
|
"metadataToken": 67109730,
|
|
18592
18592
|
"normalizedSignature": "Q|System.Security.Cryptography.ECPoint|static=false|const=false",
|
|
18593
18593
|
"isStatic": false,
|
|
@@ -18598,7 +18598,7 @@
|
|
|
18598
18598
|
{
|
|
18599
18599
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECParameters::DSystem.Byte[]",
|
|
18600
18600
|
"clrName": "D",
|
|
18601
|
-
"tsEmitName": "
|
|
18601
|
+
"tsEmitName": "D",
|
|
18602
18602
|
"metadataToken": 67109731,
|
|
18603
18603
|
"normalizedSignature": "D|System.Byte[]|static=false|const=false",
|
|
18604
18604
|
"isStatic": false,
|
|
@@ -18694,7 +18694,7 @@
|
|
|
18694
18694
|
],
|
|
18695
18695
|
"exposedFields": [
|
|
18696
18696
|
{
|
|
18697
|
-
"tsName": "
|
|
18697
|
+
"tsName": "Q",
|
|
18698
18698
|
"isStatic": false,
|
|
18699
18699
|
"tsSignatureId": "Q|System.Security.Cryptography.ECPoint|static=false|const=false",
|
|
18700
18700
|
"target": {
|
|
@@ -18704,7 +18704,7 @@
|
|
|
18704
18704
|
}
|
|
18705
18705
|
},
|
|
18706
18706
|
{
|
|
18707
|
-
"tsName": "
|
|
18707
|
+
"tsName": "D",
|
|
18708
18708
|
"isStatic": false,
|
|
18709
18709
|
"tsSignatureId": "D|System.Byte[]|static=false|const=false",
|
|
18710
18710
|
"target": {
|
|
@@ -18737,7 +18737,7 @@
|
|
|
18737
18737
|
{
|
|
18738
18738
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECPoint::XSystem.Byte[]",
|
|
18739
18739
|
"clrName": "X",
|
|
18740
|
-
"tsEmitName": "
|
|
18740
|
+
"tsEmitName": "X",
|
|
18741
18741
|
"metadataToken": 67109733,
|
|
18742
18742
|
"normalizedSignature": "X|System.Byte[]|static=false|const=false",
|
|
18743
18743
|
"isStatic": false,
|
|
@@ -18748,7 +18748,7 @@
|
|
|
18748
18748
|
{
|
|
18749
18749
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECPoint::YSystem.Byte[]",
|
|
18750
18750
|
"clrName": "Y",
|
|
18751
|
-
"tsEmitName": "
|
|
18751
|
+
"tsEmitName": "Y",
|
|
18752
18752
|
"metadataToken": 67109734,
|
|
18753
18753
|
"normalizedSignature": "Y|System.Byte[]|static=false|const=false",
|
|
18754
18754
|
"isStatic": false,
|
|
@@ -18823,7 +18823,7 @@
|
|
|
18823
18823
|
],
|
|
18824
18824
|
"exposedFields": [
|
|
18825
18825
|
{
|
|
18826
|
-
"tsName": "
|
|
18826
|
+
"tsName": "X",
|
|
18827
18827
|
"isStatic": false,
|
|
18828
18828
|
"tsSignatureId": "X|System.Byte[]|static=false|const=false",
|
|
18829
18829
|
"target": {
|
|
@@ -18833,7 +18833,7 @@
|
|
|
18833
18833
|
}
|
|
18834
18834
|
},
|
|
18835
18835
|
{
|
|
18836
|
-
"tsName": "
|
|
18836
|
+
"tsName": "Y",
|
|
18837
18837
|
"isStatic": false,
|
|
18838
18838
|
"tsSignatureId": "Y|System.Byte[]|static=false|const=false",
|
|
18839
18839
|
"target": {
|
|
@@ -18954,7 +18954,7 @@
|
|
|
18954
18954
|
{
|
|
18955
18955
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithmName::MD5:System.Security.Cryptography.HashAlgorithmName",
|
|
18956
18956
|
"clrName": "MD5",
|
|
18957
|
-
"tsEmitName": "
|
|
18957
|
+
"tsEmitName": "MD5",
|
|
18958
18958
|
"metadataToken": 385876543,
|
|
18959
18959
|
"canonicalSignature": ":System.Security.Cryptography.HashAlgorithmName",
|
|
18960
18960
|
"normalizedSignature": "MD5|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
@@ -18968,7 +18968,7 @@
|
|
|
18968
18968
|
{
|
|
18969
18969
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithmName::SHA1:System.Security.Cryptography.HashAlgorithmName",
|
|
18970
18970
|
"clrName": "SHA1",
|
|
18971
|
-
"tsEmitName": "
|
|
18971
|
+
"tsEmitName": "SHA1",
|
|
18972
18972
|
"metadataToken": 385876544,
|
|
18973
18973
|
"canonicalSignature": ":System.Security.Cryptography.HashAlgorithmName",
|
|
18974
18974
|
"normalizedSignature": "SHA1|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
@@ -18982,7 +18982,7 @@
|
|
|
18982
18982
|
{
|
|
18983
18983
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithmName::SHA256:System.Security.Cryptography.HashAlgorithmName",
|
|
18984
18984
|
"clrName": "SHA256",
|
|
18985
|
-
"tsEmitName": "
|
|
18985
|
+
"tsEmitName": "SHA256",
|
|
18986
18986
|
"metadataToken": 385876545,
|
|
18987
18987
|
"canonicalSignature": ":System.Security.Cryptography.HashAlgorithmName",
|
|
18988
18988
|
"normalizedSignature": "SHA256|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
@@ -18996,7 +18996,7 @@
|
|
|
18996
18996
|
{
|
|
18997
18997
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithmName::SHA384:System.Security.Cryptography.HashAlgorithmName",
|
|
18998
18998
|
"clrName": "SHA384",
|
|
18999
|
-
"tsEmitName": "
|
|
18999
|
+
"tsEmitName": "SHA384",
|
|
19000
19000
|
"metadataToken": 385876546,
|
|
19001
19001
|
"canonicalSignature": ":System.Security.Cryptography.HashAlgorithmName",
|
|
19002
19002
|
"normalizedSignature": "SHA384|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
@@ -19010,7 +19010,7 @@
|
|
|
19010
19010
|
{
|
|
19011
19011
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithmName::SHA512:System.Security.Cryptography.HashAlgorithmName",
|
|
19012
19012
|
"clrName": "SHA512",
|
|
19013
|
-
"tsEmitName": "
|
|
19013
|
+
"tsEmitName": "SHA512",
|
|
19014
19014
|
"metadataToken": 385876547,
|
|
19015
19015
|
"canonicalSignature": ":System.Security.Cryptography.HashAlgorithmName",
|
|
19016
19016
|
"normalizedSignature": "SHA512|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
@@ -19024,7 +19024,7 @@
|
|
|
19024
19024
|
{
|
|
19025
19025
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithmName::SHA3_256:System.Security.Cryptography.HashAlgorithmName",
|
|
19026
19026
|
"clrName": "SHA3_256",
|
|
19027
|
-
"tsEmitName": "
|
|
19027
|
+
"tsEmitName": "SHA3_256",
|
|
19028
19028
|
"metadataToken": 385876548,
|
|
19029
19029
|
"canonicalSignature": ":System.Security.Cryptography.HashAlgorithmName",
|
|
19030
19030
|
"normalizedSignature": "SHA3_256|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
@@ -19038,7 +19038,7 @@
|
|
|
19038
19038
|
{
|
|
19039
19039
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithmName::SHA3_384:System.Security.Cryptography.HashAlgorithmName",
|
|
19040
19040
|
"clrName": "SHA3_384",
|
|
19041
|
-
"tsEmitName": "
|
|
19041
|
+
"tsEmitName": "SHA3_384",
|
|
19042
19042
|
"metadataToken": 385876549,
|
|
19043
19043
|
"canonicalSignature": ":System.Security.Cryptography.HashAlgorithmName",
|
|
19044
19044
|
"normalizedSignature": "SHA3_384|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
@@ -19052,7 +19052,7 @@
|
|
|
19052
19052
|
{
|
|
19053
19053
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.HashAlgorithmName::SHA3_512:System.Security.Cryptography.HashAlgorithmName",
|
|
19054
19054
|
"clrName": "SHA3_512",
|
|
19055
|
-
"tsEmitName": "
|
|
19055
|
+
"tsEmitName": "SHA3_512",
|
|
19056
19056
|
"metadataToken": 385876550,
|
|
19057
19057
|
"canonicalSignature": ":System.Security.Cryptography.HashAlgorithmName",
|
|
19058
19058
|
"normalizedSignature": "SHA3_512|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
@@ -19196,7 +19196,7 @@
|
|
|
19196
19196
|
],
|
|
19197
19197
|
"exposedProperties": [
|
|
19198
19198
|
{
|
|
19199
|
-
"tsName": "
|
|
19199
|
+
"tsName": "MD5",
|
|
19200
19200
|
"isStatic": true,
|
|
19201
19201
|
"tsSignatureId": "MD5|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
19202
19202
|
"target": {
|
|
@@ -19206,7 +19206,7 @@
|
|
|
19206
19206
|
}
|
|
19207
19207
|
},
|
|
19208
19208
|
{
|
|
19209
|
-
"tsName": "
|
|
19209
|
+
"tsName": "SHA1",
|
|
19210
19210
|
"isStatic": true,
|
|
19211
19211
|
"tsSignatureId": "SHA1|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
19212
19212
|
"target": {
|
|
@@ -19216,7 +19216,7 @@
|
|
|
19216
19216
|
}
|
|
19217
19217
|
},
|
|
19218
19218
|
{
|
|
19219
|
-
"tsName": "
|
|
19219
|
+
"tsName": "SHA256",
|
|
19220
19220
|
"isStatic": true,
|
|
19221
19221
|
"tsSignatureId": "SHA256|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
19222
19222
|
"target": {
|
|
@@ -19226,7 +19226,7 @@
|
|
|
19226
19226
|
}
|
|
19227
19227
|
},
|
|
19228
19228
|
{
|
|
19229
|
-
"tsName": "
|
|
19229
|
+
"tsName": "SHA384",
|
|
19230
19230
|
"isStatic": true,
|
|
19231
19231
|
"tsSignatureId": "SHA384|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
19232
19232
|
"target": {
|
|
@@ -19236,7 +19236,7 @@
|
|
|
19236
19236
|
}
|
|
19237
19237
|
},
|
|
19238
19238
|
{
|
|
19239
|
-
"tsName": "
|
|
19239
|
+
"tsName": "SHA512",
|
|
19240
19240
|
"isStatic": true,
|
|
19241
19241
|
"tsSignatureId": "SHA512|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
19242
19242
|
"target": {
|
|
@@ -19246,7 +19246,7 @@
|
|
|
19246
19246
|
}
|
|
19247
19247
|
},
|
|
19248
19248
|
{
|
|
19249
|
-
"tsName": "
|
|
19249
|
+
"tsName": "SHA3_256",
|
|
19250
19250
|
"isStatic": true,
|
|
19251
19251
|
"tsSignatureId": "SHA3_256|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
19252
19252
|
"target": {
|
|
@@ -19256,7 +19256,7 @@
|
|
|
19256
19256
|
}
|
|
19257
19257
|
},
|
|
19258
19258
|
{
|
|
19259
|
-
"tsName": "
|
|
19259
|
+
"tsName": "SHA3_384",
|
|
19260
19260
|
"isStatic": true,
|
|
19261
19261
|
"tsSignatureId": "SHA3_384|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
19262
19262
|
"target": {
|
|
@@ -19266,7 +19266,7 @@
|
|
|
19266
19266
|
}
|
|
19267
19267
|
},
|
|
19268
19268
|
{
|
|
19269
|
-
"tsName": "
|
|
19269
|
+
"tsName": "SHA3_512",
|
|
19270
19270
|
"isStatic": true,
|
|
19271
19271
|
"tsSignatureId": "SHA3_512|:System.Security.Cryptography.HashAlgorithmName|static=true|accessor=get",
|
|
19272
19272
|
"target": {
|
|
@@ -19483,7 +19483,7 @@
|
|
|
19483
19483
|
{
|
|
19484
19484
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAParameters::DSystem.Byte[]",
|
|
19485
19485
|
"clrName": "D",
|
|
19486
|
-
"tsEmitName": "
|
|
19486
|
+
"tsEmitName": "D",
|
|
19487
19487
|
"metadataToken": 67109951,
|
|
19488
19488
|
"normalizedSignature": "D|System.Byte[]|static=false|const=false",
|
|
19489
19489
|
"isStatic": false,
|
|
@@ -19494,7 +19494,7 @@
|
|
|
19494
19494
|
{
|
|
19495
19495
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAParameters::DPSystem.Byte[]",
|
|
19496
19496
|
"clrName": "DP",
|
|
19497
|
-
"tsEmitName": "
|
|
19497
|
+
"tsEmitName": "DP",
|
|
19498
19498
|
"metadataToken": 67109952,
|
|
19499
19499
|
"normalizedSignature": "DP|System.Byte[]|static=false|const=false",
|
|
19500
19500
|
"isStatic": false,
|
|
@@ -19505,7 +19505,7 @@
|
|
|
19505
19505
|
{
|
|
19506
19506
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAParameters::DQSystem.Byte[]",
|
|
19507
19507
|
"clrName": "DQ",
|
|
19508
|
-
"tsEmitName": "
|
|
19508
|
+
"tsEmitName": "DQ",
|
|
19509
19509
|
"metadataToken": 67109953,
|
|
19510
19510
|
"normalizedSignature": "DQ|System.Byte[]|static=false|const=false",
|
|
19511
19511
|
"isStatic": false,
|
|
@@ -19549,7 +19549,7 @@
|
|
|
19549
19549
|
{
|
|
19550
19550
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAParameters::PSystem.Byte[]",
|
|
19551
19551
|
"clrName": "P",
|
|
19552
|
-
"tsEmitName": "
|
|
19552
|
+
"tsEmitName": "P",
|
|
19553
19553
|
"metadataToken": 67109957,
|
|
19554
19554
|
"normalizedSignature": "P|System.Byte[]|static=false|const=false",
|
|
19555
19555
|
"isStatic": false,
|
|
@@ -19560,7 +19560,7 @@
|
|
|
19560
19560
|
{
|
|
19561
19561
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAParameters::QSystem.Byte[]",
|
|
19562
19562
|
"clrName": "Q",
|
|
19563
|
-
"tsEmitName": "
|
|
19563
|
+
"tsEmitName": "Q",
|
|
19564
19564
|
"metadataToken": 67109958,
|
|
19565
19565
|
"normalizedSignature": "Q|System.Byte[]|static=false|const=false",
|
|
19566
19566
|
"isStatic": false,
|
|
@@ -19635,7 +19635,7 @@
|
|
|
19635
19635
|
],
|
|
19636
19636
|
"exposedFields": [
|
|
19637
19637
|
{
|
|
19638
|
-
"tsName": "
|
|
19638
|
+
"tsName": "D",
|
|
19639
19639
|
"isStatic": false,
|
|
19640
19640
|
"tsSignatureId": "D|System.Byte[]|static=false|const=false",
|
|
19641
19641
|
"target": {
|
|
@@ -19645,7 +19645,7 @@
|
|
|
19645
19645
|
}
|
|
19646
19646
|
},
|
|
19647
19647
|
{
|
|
19648
|
-
"tsName": "
|
|
19648
|
+
"tsName": "DP",
|
|
19649
19649
|
"isStatic": false,
|
|
19650
19650
|
"tsSignatureId": "DP|System.Byte[]|static=false|const=false",
|
|
19651
19651
|
"target": {
|
|
@@ -19655,7 +19655,7 @@
|
|
|
19655
19655
|
}
|
|
19656
19656
|
},
|
|
19657
19657
|
{
|
|
19658
|
-
"tsName": "
|
|
19658
|
+
"tsName": "DQ",
|
|
19659
19659
|
"isStatic": false,
|
|
19660
19660
|
"tsSignatureId": "DQ|System.Byte[]|static=false|const=false",
|
|
19661
19661
|
"target": {
|
|
@@ -19695,7 +19695,7 @@
|
|
|
19695
19695
|
}
|
|
19696
19696
|
},
|
|
19697
19697
|
{
|
|
19698
|
-
"tsName": "
|
|
19698
|
+
"tsName": "P",
|
|
19699
19699
|
"isStatic": false,
|
|
19700
19700
|
"tsSignatureId": "P|System.Byte[]|static=false|const=false",
|
|
19701
19701
|
"target": {
|
|
@@ -19705,7 +19705,7 @@
|
|
|
19705
19705
|
}
|
|
19706
19706
|
},
|
|
19707
19707
|
{
|
|
19708
|
-
"tsName": "
|
|
19708
|
+
"tsName": "Q",
|
|
19709
19709
|
"isStatic": false,
|
|
19710
19710
|
"tsSignatureId": "Q|System.Byte[]|static=false|const=false",
|
|
19711
19711
|
"target": {
|
|
@@ -20480,7 +20480,7 @@
|
|
|
20480
20480
|
}
|
|
20481
20481
|
},
|
|
20482
20482
|
{
|
|
20483
|
-
"tsName": "
|
|
20483
|
+
"tsName": "IV",
|
|
20484
20484
|
"isStatic": false,
|
|
20485
20485
|
"tsSignatureId": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
20486
20486
|
"target": {
|
|
@@ -21645,7 +21645,7 @@
|
|
|
21645
21645
|
}
|
|
21646
21646
|
},
|
|
21647
21647
|
{
|
|
21648
|
-
"tsName": "
|
|
21648
|
+
"tsName": "IV",
|
|
21649
21649
|
"isStatic": false,
|
|
21650
21650
|
"tsSignatureId": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
21651
21651
|
"target": {
|
|
@@ -21915,7 +21915,7 @@
|
|
|
21915
21915
|
{
|
|
21916
21916
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.AesCryptoServiceProvider::IV:System.Byte[]",
|
|
21917
21917
|
"clrName": "IV",
|
|
21918
|
-
"tsEmitName": "
|
|
21918
|
+
"tsEmitName": "IV",
|
|
21919
21919
|
"metadataToken": 385876389,
|
|
21920
21920
|
"canonicalSignature": ":System.Byte[]",
|
|
21921
21921
|
"normalizedSignature": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
@@ -22609,7 +22609,7 @@
|
|
|
22609
22609
|
}
|
|
22610
22610
|
},
|
|
22611
22611
|
{
|
|
22612
|
-
"tsName": "
|
|
22612
|
+
"tsName": "IV",
|
|
22613
22613
|
"isStatic": false,
|
|
22614
22614
|
"tsSignatureId": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
22615
22615
|
"target": {
|
|
@@ -23240,7 +23240,7 @@
|
|
|
23240
23240
|
{
|
|
23241
23241
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.AesManaged::IV:System.Byte[]",
|
|
23242
23242
|
"clrName": "IV",
|
|
23243
|
-
"tsEmitName": "
|
|
23243
|
+
"tsEmitName": "IV",
|
|
23244
23244
|
"metadataToken": 385876400,
|
|
23245
23245
|
"canonicalSignature": ":System.Byte[]",
|
|
23246
23246
|
"normalizedSignature": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
@@ -23934,7 +23934,7 @@
|
|
|
23934
23934
|
}
|
|
23935
23935
|
},
|
|
23936
23936
|
{
|
|
23937
|
-
"tsName": "
|
|
23937
|
+
"tsName": "IV",
|
|
23938
23938
|
"isStatic": false,
|
|
23939
23939
|
"tsSignatureId": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
23940
23940
|
"target": {
|
|
@@ -27323,7 +27323,7 @@
|
|
|
27323
27323
|
{
|
|
27324
27324
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CngAlgorithm::MD5:System.Security.Cryptography.CngAlgorithm",
|
|
27325
27325
|
"clrName": "MD5",
|
|
27326
|
-
"tsEmitName": "
|
|
27326
|
+
"tsEmitName": "MD5",
|
|
27327
27327
|
"metadataToken": 385876444,
|
|
27328
27328
|
"canonicalSignature": ":System.Security.Cryptography.CngAlgorithm",
|
|
27329
27329
|
"normalizedSignature": "MD5|:System.Security.Cryptography.CngAlgorithm|static=true|accessor=get",
|
|
@@ -27631,7 +27631,7 @@
|
|
|
27631
27631
|
}
|
|
27632
27632
|
},
|
|
27633
27633
|
{
|
|
27634
|
-
"tsName": "
|
|
27634
|
+
"tsName": "MD5",
|
|
27635
27635
|
"isStatic": true,
|
|
27636
27636
|
"tsSignatureId": "MD5|:System.Security.Cryptography.CngAlgorithm|static=true|accessor=get",
|
|
27637
27637
|
"target": {
|
|
@@ -37670,7 +37670,7 @@
|
|
|
37670
37670
|
}
|
|
37671
37671
|
},
|
|
37672
37672
|
{
|
|
37673
|
-
"tsName": "
|
|
37673
|
+
"tsName": "IV",
|
|
37674
37674
|
"isStatic": false,
|
|
37675
37675
|
"tsSignatureId": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
37676
37676
|
"target": {
|
|
@@ -37883,7 +37883,7 @@
|
|
|
37883
37883
|
{
|
|
37884
37884
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DESCryptoServiceProvider::IV:System.Byte[]",
|
|
37885
37885
|
"clrName": "IV",
|
|
37886
|
-
"tsEmitName": "
|
|
37886
|
+
"tsEmitName": "IV",
|
|
37887
37887
|
"metadataToken": 385876766,
|
|
37888
37888
|
"canonicalSignature": ":System.Byte[]",
|
|
37889
37889
|
"normalizedSignature": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
@@ -38517,7 +38517,7 @@
|
|
|
38517
38517
|
}
|
|
38518
38518
|
},
|
|
38519
38519
|
{
|
|
38520
|
-
"tsName": "
|
|
38520
|
+
"tsName": "IV",
|
|
38521
38521
|
"isStatic": false,
|
|
38522
38522
|
"tsSignatureId": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
38523
38523
|
"target": {
|
|
@@ -76975,7 +76975,7 @@
|
|
|
76975
76975
|
}
|
|
76976
76976
|
},
|
|
76977
76977
|
{
|
|
76978
|
-
"tsName": "
|
|
76978
|
+
"tsName": "IV",
|
|
76979
76979
|
"isStatic": false,
|
|
76980
76980
|
"tsSignatureId": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
76981
76981
|
"target": {
|
|
@@ -77202,7 +77202,7 @@
|
|
|
77202
77202
|
{
|
|
77203
77203
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RC2CryptoServiceProvider::IV:System.Byte[]",
|
|
77204
77204
|
"clrName": "IV",
|
|
77205
|
-
"tsEmitName": "
|
|
77205
|
+
"tsEmitName": "IV",
|
|
77206
77206
|
"metadataToken": 385876806,
|
|
77207
77207
|
"canonicalSignature": ":System.Byte[]",
|
|
77208
77208
|
"normalizedSignature": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
@@ -77840,7 +77840,7 @@
|
|
|
77840
77840
|
}
|
|
77841
77841
|
},
|
|
77842
77842
|
{
|
|
77843
|
-
"tsName": "
|
|
77843
|
+
"tsName": "IV",
|
|
77844
77844
|
"isStatic": false,
|
|
77845
77845
|
"tsSignatureId": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
77846
77846
|
"target": {
|
|
@@ -79073,7 +79073,7 @@
|
|
|
79073
79073
|
}
|
|
79074
79074
|
},
|
|
79075
79075
|
{
|
|
79076
|
-
"tsName": "
|
|
79076
|
+
"tsName": "IV",
|
|
79077
79077
|
"isStatic": false,
|
|
79078
79078
|
"tsSignatureId": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
79079
79079
|
"target": {
|
|
@@ -79296,7 +79296,7 @@
|
|
|
79296
79296
|
{
|
|
79297
79297
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RijndaelManaged::IV:System.Byte[]",
|
|
79298
79298
|
"clrName": "IV",
|
|
79299
|
-
"tsEmitName": "
|
|
79299
|
+
"tsEmitName": "IV",
|
|
79300
79300
|
"metadataToken": 385876636,
|
|
79301
79301
|
"canonicalSignature": ":System.Byte[]",
|
|
79302
79302
|
"normalizedSignature": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
@@ -79896,7 +79896,7 @@
|
|
|
79896
79896
|
}
|
|
79897
79897
|
},
|
|
79898
79898
|
{
|
|
79899
|
-
"tsName": "
|
|
79899
|
+
"tsName": "IV",
|
|
79900
79900
|
"isStatic": false,
|
|
79901
79901
|
"tsSignatureId": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
79902
79902
|
"target": {
|
|
@@ -85729,7 +85729,7 @@
|
|
|
85729
85729
|
{
|
|
85730
85730
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAEncryptionPadding::OaepSHA3_256:System.Security.Cryptography.RSAEncryptionPadding",
|
|
85731
85731
|
"clrName": "OaepSHA3_256",
|
|
85732
|
-
"tsEmitName": "
|
|
85732
|
+
"tsEmitName": "OaepSHA3_256",
|
|
85733
85733
|
"metadataToken": 385876652,
|
|
85734
85734
|
"canonicalSignature": ":System.Security.Cryptography.RSAEncryptionPadding",
|
|
85735
85735
|
"normalizedSignature": "OaepSHA3_256|:System.Security.Cryptography.RSAEncryptionPadding|static=true|accessor=get",
|
|
@@ -85743,7 +85743,7 @@
|
|
|
85743
85743
|
{
|
|
85744
85744
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAEncryptionPadding::OaepSHA3_384:System.Security.Cryptography.RSAEncryptionPadding",
|
|
85745
85745
|
"clrName": "OaepSHA3_384",
|
|
85746
|
-
"tsEmitName": "
|
|
85746
|
+
"tsEmitName": "OaepSHA3_384",
|
|
85747
85747
|
"metadataToken": 385876653,
|
|
85748
85748
|
"canonicalSignature": ":System.Security.Cryptography.RSAEncryptionPadding",
|
|
85749
85749
|
"normalizedSignature": "OaepSHA3_384|:System.Security.Cryptography.RSAEncryptionPadding|static=true|accessor=get",
|
|
@@ -85757,7 +85757,7 @@
|
|
|
85757
85757
|
{
|
|
85758
85758
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAEncryptionPadding::OaepSHA3_512:System.Security.Cryptography.RSAEncryptionPadding",
|
|
85759
85759
|
"clrName": "OaepSHA3_512",
|
|
85760
|
-
"tsEmitName": "
|
|
85760
|
+
"tsEmitName": "OaepSHA3_512",
|
|
85761
85761
|
"metadataToken": 385876654,
|
|
85762
85762
|
"canonicalSignature": ":System.Security.Cryptography.RSAEncryptionPadding",
|
|
85763
85763
|
"normalizedSignature": "OaepSHA3_512|:System.Security.Cryptography.RSAEncryptionPadding|static=true|accessor=get",
|
|
@@ -85944,7 +85944,7 @@
|
|
|
85944
85944
|
}
|
|
85945
85945
|
},
|
|
85946
85946
|
{
|
|
85947
|
-
"tsName": "
|
|
85947
|
+
"tsName": "OaepSHA3_256",
|
|
85948
85948
|
"isStatic": true,
|
|
85949
85949
|
"tsSignatureId": "OaepSHA3_256|:System.Security.Cryptography.RSAEncryptionPadding|static=true|accessor=get",
|
|
85950
85950
|
"target": {
|
|
@@ -85954,7 +85954,7 @@
|
|
|
85954
85954
|
}
|
|
85955
85955
|
},
|
|
85956
85956
|
{
|
|
85957
|
-
"tsName": "
|
|
85957
|
+
"tsName": "OaepSHA3_384",
|
|
85958
85958
|
"isStatic": true,
|
|
85959
85959
|
"tsSignatureId": "OaepSHA3_384|:System.Security.Cryptography.RSAEncryptionPadding|static=true|accessor=get",
|
|
85960
85960
|
"target": {
|
|
@@ -85964,7 +85964,7 @@
|
|
|
85964
85964
|
}
|
|
85965
85965
|
},
|
|
85966
85966
|
{
|
|
85967
|
-
"tsName": "
|
|
85967
|
+
"tsName": "OaepSHA3_512",
|
|
85968
85968
|
"isStatic": true,
|
|
85969
85969
|
"tsSignatureId": "OaepSHA3_512|:System.Security.Cryptography.RSAEncryptionPadding|static=true|accessor=get",
|
|
85970
85970
|
"target": {
|
|
@@ -88347,7 +88347,7 @@
|
|
|
88347
88347
|
{
|
|
88348
88348
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAPKCS1KeyExchangeDeformatter::RNG:System.Security.Cryptography.RandomNumberGenerator",
|
|
88349
88349
|
"clrName": "RNG",
|
|
88350
|
-
"tsEmitName": "
|
|
88350
|
+
"tsEmitName": "RNG",
|
|
88351
88351
|
"metadataToken": 385876661,
|
|
88352
88352
|
"canonicalSignature": ":System.Security.Cryptography.RandomNumberGenerator",
|
|
88353
88353
|
"normalizedSignature": "RNG|:System.Security.Cryptography.RandomNumberGenerator|static=false|accessor=getset",
|
|
@@ -88481,7 +88481,7 @@
|
|
|
88481
88481
|
],
|
|
88482
88482
|
"exposedProperties": [
|
|
88483
88483
|
{
|
|
88484
|
-
"tsName": "
|
|
88484
|
+
"tsName": "RNG",
|
|
88485
88485
|
"isStatic": false,
|
|
88486
88486
|
"tsSignatureId": "RNG|:System.Security.Cryptography.RandomNumberGenerator|static=false|accessor=getset",
|
|
88487
88487
|
"target": {
|
|
@@ -102138,7 +102138,7 @@
|
|
|
102138
102138
|
{
|
|
102139
102139
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsaAlgorithm::SlhDsaSha2_128s:System.Security.Cryptography.SlhDsaAlgorithm",
|
|
102140
102140
|
"clrName": "SlhDsaSha2_128s",
|
|
102141
|
-
"tsEmitName": "
|
|
102141
|
+
"tsEmitName": "SlhDsaSha2_128s",
|
|
102142
102142
|
"metadataToken": 385876370,
|
|
102143
102143
|
"canonicalSignature": ":System.Security.Cryptography.SlhDsaAlgorithm",
|
|
102144
102144
|
"normalizedSignature": "SlhDsaSha2_128s|:System.Security.Cryptography.SlhDsaAlgorithm|static=true|accessor=get",
|
|
@@ -102166,7 +102166,7 @@
|
|
|
102166
102166
|
{
|
|
102167
102167
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsaAlgorithm::SlhDsaSha2_128f:System.Security.Cryptography.SlhDsaAlgorithm",
|
|
102168
102168
|
"clrName": "SlhDsaSha2_128f",
|
|
102169
|
-
"tsEmitName": "
|
|
102169
|
+
"tsEmitName": "SlhDsaSha2_128f",
|
|
102170
102170
|
"metadataToken": 385876372,
|
|
102171
102171
|
"canonicalSignature": ":System.Security.Cryptography.SlhDsaAlgorithm",
|
|
102172
102172
|
"normalizedSignature": "SlhDsaSha2_128f|:System.Security.Cryptography.SlhDsaAlgorithm|static=true|accessor=get",
|
|
@@ -102194,7 +102194,7 @@
|
|
|
102194
102194
|
{
|
|
102195
102195
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsaAlgorithm::SlhDsaSha2_192s:System.Security.Cryptography.SlhDsaAlgorithm",
|
|
102196
102196
|
"clrName": "SlhDsaSha2_192s",
|
|
102197
|
-
"tsEmitName": "
|
|
102197
|
+
"tsEmitName": "SlhDsaSha2_192s",
|
|
102198
102198
|
"metadataToken": 385876374,
|
|
102199
102199
|
"canonicalSignature": ":System.Security.Cryptography.SlhDsaAlgorithm",
|
|
102200
102200
|
"normalizedSignature": "SlhDsaSha2_192s|:System.Security.Cryptography.SlhDsaAlgorithm|static=true|accessor=get",
|
|
@@ -102222,7 +102222,7 @@
|
|
|
102222
102222
|
{
|
|
102223
102223
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsaAlgorithm::SlhDsaSha2_192f:System.Security.Cryptography.SlhDsaAlgorithm",
|
|
102224
102224
|
"clrName": "SlhDsaSha2_192f",
|
|
102225
|
-
"tsEmitName": "
|
|
102225
|
+
"tsEmitName": "SlhDsaSha2_192f",
|
|
102226
102226
|
"metadataToken": 385876376,
|
|
102227
102227
|
"canonicalSignature": ":System.Security.Cryptography.SlhDsaAlgorithm",
|
|
102228
102228
|
"normalizedSignature": "SlhDsaSha2_192f|:System.Security.Cryptography.SlhDsaAlgorithm|static=true|accessor=get",
|
|
@@ -102250,7 +102250,7 @@
|
|
|
102250
102250
|
{
|
|
102251
102251
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsaAlgorithm::SlhDsaSha2_256s:System.Security.Cryptography.SlhDsaAlgorithm",
|
|
102252
102252
|
"clrName": "SlhDsaSha2_256s",
|
|
102253
|
-
"tsEmitName": "
|
|
102253
|
+
"tsEmitName": "SlhDsaSha2_256s",
|
|
102254
102254
|
"metadataToken": 385876378,
|
|
102255
102255
|
"canonicalSignature": ":System.Security.Cryptography.SlhDsaAlgorithm",
|
|
102256
102256
|
"normalizedSignature": "SlhDsaSha2_256s|:System.Security.Cryptography.SlhDsaAlgorithm|static=true|accessor=get",
|
|
@@ -102278,7 +102278,7 @@
|
|
|
102278
102278
|
{
|
|
102279
102279
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.SlhDsaAlgorithm::SlhDsaSha2_256f:System.Security.Cryptography.SlhDsaAlgorithm",
|
|
102280
102280
|
"clrName": "SlhDsaSha2_256f",
|
|
102281
|
-
"tsEmitName": "
|
|
102281
|
+
"tsEmitName": "SlhDsaSha2_256f",
|
|
102282
102282
|
"metadataToken": 385876380,
|
|
102283
102283
|
"canonicalSignature": ":System.Security.Cryptography.SlhDsaAlgorithm",
|
|
102284
102284
|
"normalizedSignature": "SlhDsaSha2_256f|:System.Security.Cryptography.SlhDsaAlgorithm|static=true|accessor=get",
|
|
@@ -102431,7 +102431,7 @@
|
|
|
102431
102431
|
}
|
|
102432
102432
|
},
|
|
102433
102433
|
{
|
|
102434
|
-
"tsName": "
|
|
102434
|
+
"tsName": "SlhDsaSha2_128s",
|
|
102435
102435
|
"isStatic": true,
|
|
102436
102436
|
"tsSignatureId": "SlhDsaSha2_128s|:System.Security.Cryptography.SlhDsaAlgorithm|static=true|accessor=get",
|
|
102437
102437
|
"target": {
|
|
@@ -102451,7 +102451,7 @@
|
|
|
102451
102451
|
}
|
|
102452
102452
|
},
|
|
102453
102453
|
{
|
|
102454
|
-
"tsName": "
|
|
102454
|
+
"tsName": "SlhDsaSha2_128f",
|
|
102455
102455
|
"isStatic": true,
|
|
102456
102456
|
"tsSignatureId": "SlhDsaSha2_128f|:System.Security.Cryptography.SlhDsaAlgorithm|static=true|accessor=get",
|
|
102457
102457
|
"target": {
|
|
@@ -102471,7 +102471,7 @@
|
|
|
102471
102471
|
}
|
|
102472
102472
|
},
|
|
102473
102473
|
{
|
|
102474
|
-
"tsName": "
|
|
102474
|
+
"tsName": "SlhDsaSha2_192s",
|
|
102475
102475
|
"isStatic": true,
|
|
102476
102476
|
"tsSignatureId": "SlhDsaSha2_192s|:System.Security.Cryptography.SlhDsaAlgorithm|static=true|accessor=get",
|
|
102477
102477
|
"target": {
|
|
@@ -102491,7 +102491,7 @@
|
|
|
102491
102491
|
}
|
|
102492
102492
|
},
|
|
102493
102493
|
{
|
|
102494
|
-
"tsName": "
|
|
102494
|
+
"tsName": "SlhDsaSha2_192f",
|
|
102495
102495
|
"isStatic": true,
|
|
102496
102496
|
"tsSignatureId": "SlhDsaSha2_192f|:System.Security.Cryptography.SlhDsaAlgorithm|static=true|accessor=get",
|
|
102497
102497
|
"target": {
|
|
@@ -102511,7 +102511,7 @@
|
|
|
102511
102511
|
}
|
|
102512
102512
|
},
|
|
102513
102513
|
{
|
|
102514
|
-
"tsName": "
|
|
102514
|
+
"tsName": "SlhDsaSha2_256s",
|
|
102515
102515
|
"isStatic": true,
|
|
102516
102516
|
"tsSignatureId": "SlhDsaSha2_256s|:System.Security.Cryptography.SlhDsaAlgorithm|static=true|accessor=get",
|
|
102517
102517
|
"target": {
|
|
@@ -102531,7 +102531,7 @@
|
|
|
102531
102531
|
}
|
|
102532
102532
|
},
|
|
102533
102533
|
{
|
|
102534
|
-
"tsName": "
|
|
102534
|
+
"tsName": "SlhDsaSha2_256f",
|
|
102535
102535
|
"isStatic": true,
|
|
102536
102536
|
"tsSignatureId": "SlhDsaSha2_256f|:System.Security.Cryptography.SlhDsaAlgorithm|static=true|accessor=get",
|
|
102537
102537
|
"target": {
|
|
@@ -104886,7 +104886,7 @@
|
|
|
104886
104886
|
{
|
|
104887
104887
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.SymmetricAlgorithm::IV:System.Byte[]",
|
|
104888
104888
|
"clrName": "IV",
|
|
104889
|
-
"tsEmitName": "
|
|
104889
|
+
"tsEmitName": "IV",
|
|
104890
104890
|
"metadataToken": 385876679,
|
|
104891
104891
|
"canonicalSignature": ":System.Byte[]",
|
|
104892
104892
|
"normalizedSignature": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
@@ -105469,7 +105469,7 @@
|
|
|
105469
105469
|
}
|
|
105470
105470
|
},
|
|
105471
105471
|
{
|
|
105472
|
-
"tsName": "
|
|
105472
|
+
"tsName": "IV",
|
|
105473
105473
|
"isStatic": false,
|
|
105474
105474
|
"tsSignatureId": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
105475
105475
|
"target": {
|
|
@@ -106621,7 +106621,7 @@
|
|
|
106621
106621
|
}
|
|
106622
106622
|
},
|
|
106623
106623
|
{
|
|
106624
|
-
"tsName": "
|
|
106624
|
+
"tsName": "IV",
|
|
106625
106625
|
"isStatic": false,
|
|
106626
106626
|
"tsSignatureId": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
106627
106627
|
"target": {
|
|
@@ -107371,7 +107371,7 @@
|
|
|
107371
107371
|
}
|
|
107372
107372
|
},
|
|
107373
107373
|
{
|
|
107374
|
-
"tsName": "
|
|
107374
|
+
"tsName": "IV",
|
|
107375
107375
|
"isStatic": false,
|
|
107376
107376
|
"tsSignatureId": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
107377
107377
|
"target": {
|
|
@@ -107622,7 +107622,7 @@
|
|
|
107622
107622
|
{
|
|
107623
107623
|
"stableId": "System.Security.Cryptography:System.Security.Cryptography.TripleDESCryptoServiceProvider::IV:System.Byte[]",
|
|
107624
107624
|
"clrName": "IV",
|
|
107625
|
-
"tsEmitName": "
|
|
107625
|
+
"tsEmitName": "IV",
|
|
107626
107626
|
"metadataToken": 385876831,
|
|
107627
107627
|
"canonicalSignature": ":System.Byte[]",
|
|
107628
107628
|
"normalizedSignature": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
@@ -108246,7 +108246,7 @@
|
|
|
108246
108246
|
}
|
|
108247
108247
|
},
|
|
108248
108248
|
{
|
|
108249
|
-
"tsName": "
|
|
108249
|
+
"tsName": "IV",
|
|
108250
108250
|
"isStatic": false,
|
|
108251
108251
|
"tsSignatureId": "IV|:System.Byte[]|static=false|accessor=getset",
|
|
108252
108252
|
"target": {
|