@tsonic/dotnet 10.0.14 → 10.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +2 -0
- package/System/internal/index.d.ts +6 -0
- package/System.CodeDom.Compiler/bindings.json +6 -6
- package/System.Collections/internal/index.d.ts +1 -0
- package/System.Collections.Generic/internal/index.d.ts +22 -0
- package/System.Collections.ObjectModel/internal/index.d.ts +6 -0
- package/System.ComponentModel/internal/index.d.ts +1 -0
- package/System.ComponentModel.Design/internal/index.d.ts +5 -0
- package/System.Data/internal/index.d.ts +7 -0
- package/System.Data.Common/internal/index.d.ts +10 -0
- package/System.Diagnostics/internal/index.d.ts +3 -0
- package/System.Dynamic/bindings.json +36 -36
- package/System.IO/bindings.json +18 -18
- package/System.IO/internal/index.d.ts +2 -0
- package/System.IO.Compression/bindings.json +12 -12
- package/System.IO.IsolatedStorage/bindings.json +9 -9
- package/System.IO.Pipes/bindings.json +3 -3
- package/System.Linq/internal/index.d.ts +1 -0
- package/System.Net/internal/index.d.ts +13 -0
- package/System.Net.Http/bindings.json +9 -9
- package/System.Net.Http/internal/index.d.ts +8 -0
- package/System.Net.Mail/internal/index.d.ts +10 -0
- package/System.Net.Quic/bindings.json +6 -6
- package/System.Net.Quic/internal/index.d.ts +3 -0
- package/System.Net.Security/bindings.json +12 -12
- package/System.Net.Sockets/bindings.json +3 -3
- package/System.Net.Sockets/internal/index.d.ts +1 -0
- package/System.Net.WebSockets/bindings.json +12 -12
- package/System.Reflection/internal/index.d.ts +14 -0
- package/System.Reflection.Metadata/internal/index.d.ts +3 -0
- package/System.Runtime.Serialization/internal/index.d.ts +1 -0
- package/System.Security.AccessControl/internal/index.d.ts +1 -0
- package/System.Security.Cryptography/bindings.json +126 -126
- package/System.Security.Cryptography/internal/index.d.ts +40 -0
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +14 -0
- package/System.Security.Principal/internal/index.d.ts +1 -0
- package/System.Text/bindings.json +51 -51
- package/System.Text/internal/index.d.ts +1 -0
- package/System.Threading.Tasks/bindings.json +400 -0
- package/System.Threading.Tasks/internal/index.d.ts +39 -0
- package/System.Xml/internal/index.d.ts +21 -0
- package/System.Xml.Linq/internal/index.d.ts +2 -0
- package/System.Xml.Schema/internal/index.d.ts +7 -0
- package/System.Xml.Serialization/internal/index.d.ts +21 -0
- package/package.json +2 -2
|
@@ -13723,11 +13723,11 @@
|
|
|
13723
13723
|
"isExtensionMethod": false
|
|
13724
13724
|
},
|
|
13725
13725
|
{
|
|
13726
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CryptoStream::Read(System.Span_1):System.Int32",
|
|
13726
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CryptoStream::Read(System.Span_1\u003CSystem.Byte\u003E):System.Int32",
|
|
13727
13727
|
"clrName": "Read",
|
|
13728
13728
|
"metadataToken": 0,
|
|
13729
|
-
"canonicalSignature": "(System.Span_1):System.Int32",
|
|
13730
|
-
"normalizedSignature": "Read|(System.Span_1):System.Int32|static=false",
|
|
13729
|
+
"canonicalSignature": "(System.Span_1\u003CSystem.Byte\u003E):System.Int32",
|
|
13730
|
+
"normalizedSignature": "Read|(System.Span_1\u003CSystem.Byte\u003E):System.Int32|static=false",
|
|
13731
13731
|
"emitScope": "ClassSurface",
|
|
13732
13732
|
"provenance": "BaseOverload",
|
|
13733
13733
|
"arity": 0,
|
|
@@ -13743,11 +13743,11 @@
|
|
|
13743
13743
|
"isExtensionMethod": false
|
|
13744
13744
|
},
|
|
13745
13745
|
{
|
|
13746
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CryptoStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
|
|
13746
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.CryptoStream::ReadAsync(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
|
|
13747
13747
|
"clrName": "ReadAsync",
|
|
13748
13748
|
"metadataToken": 0,
|
|
13749
|
-
"canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1",
|
|
13750
|
-
"normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1|static=false",
|
|
13749
|
+
"canonicalSignature": "(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E",
|
|
13750
|
+
"normalizedSignature": "ReadAsync|(System.Byte[],System.Int32,System.Int32):System.Threading.Tasks.Task_1\u003CSystem.Int32\u003E|static=false",
|
|
13751
13751
|
"emitScope": "ClassSurface",
|
|
13752
13752
|
"provenance": "BaseOverload",
|
|
13753
13753
|
"arity": 0,
|
|
@@ -16491,11 +16491,11 @@
|
|
|
16491
16491
|
"isExtensionMethod": false
|
|
16492
16492
|
},
|
|
16493
16493
|
{
|
|
16494
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACng::VerifySignature(System.ReadOnlySpan_1,System.ReadOnlySpan_1):System.Boolean",
|
|
16494
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACng::VerifySignature(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Boolean",
|
|
16495
16495
|
"clrName": "VerifySignature",
|
|
16496
16496
|
"metadataToken": 0,
|
|
16497
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.ReadOnlySpan_1):System.Boolean",
|
|
16498
|
-
"normalizedSignature": "VerifySignature|(System.ReadOnlySpan_1,System.ReadOnlySpan_1):System.Boolean|static=false",
|
|
16497
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Boolean",
|
|
16498
|
+
"normalizedSignature": "VerifySignature|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Boolean|static=false",
|
|
16499
16499
|
"emitScope": "ClassSurface",
|
|
16500
16500
|
"provenance": "BaseOverload",
|
|
16501
16501
|
"arity": 0,
|
|
@@ -16511,11 +16511,11 @@
|
|
|
16511
16511
|
"isExtensionMethod": false
|
|
16512
16512
|
},
|
|
16513
16513
|
{
|
|
16514
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACng::VerifySignature(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
16514
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACng::VerifySignature(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
16515
16515
|
"clrName": "VerifySignature",
|
|
16516
16516
|
"metadataToken": 0,
|
|
16517
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
16518
|
-
"normalizedSignature": "VerifySignature|(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Boolean|static=false",
|
|
16517
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
16518
|
+
"normalizedSignature": "VerifySignature|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Boolean|static=false",
|
|
16519
16519
|
"emitScope": "ClassSurface",
|
|
16520
16520
|
"provenance": "BaseOverload",
|
|
16521
16521
|
"arity": 0,
|
|
@@ -17390,11 +17390,11 @@
|
|
|
17390
17390
|
"isExtensionMethod": false
|
|
17391
17391
|
},
|
|
17392
17392
|
{
|
|
17393
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::TryCreateSignature(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
|
|
17393
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::TryCreateSignature(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
|
|
17394
17394
|
"clrName": "TryCreateSignature",
|
|
17395
17395
|
"metadataToken": 0,
|
|
17396
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
|
|
17397
|
-
"normalizedSignature": "TryCreateSignature|(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean|static=false",
|
|
17396
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
|
|
17397
|
+
"normalizedSignature": "TryCreateSignature|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean|static=false",
|
|
17398
17398
|
"emitScope": "ClassSurface",
|
|
17399
17399
|
"provenance": "BaseOverload",
|
|
17400
17400
|
"arity": 0,
|
|
@@ -17416,11 +17416,11 @@
|
|
|
17416
17416
|
]
|
|
17417
17417
|
},
|
|
17418
17418
|
{
|
|
17419
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::TrySignData(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
|
|
17419
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::TrySignData(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
|
|
17420
17420
|
"clrName": "TrySignData",
|
|
17421
17421
|
"metadataToken": 0,
|
|
17422
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
|
|
17423
|
-
"normalizedSignature": "TrySignData|(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean|static=false",
|
|
17422
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
|
|
17423
|
+
"normalizedSignature": "TrySignData|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean|static=false",
|
|
17424
17424
|
"emitScope": "ClassSurface",
|
|
17425
17425
|
"provenance": "BaseOverload",
|
|
17426
17426
|
"arity": 0,
|
|
@@ -17522,11 +17522,11 @@
|
|
|
17522
17522
|
"isExtensionMethod": false
|
|
17523
17523
|
},
|
|
17524
17524
|
{
|
|
17525
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::VerifyData(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
17525
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::VerifyData(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
17526
17526
|
"clrName": "VerifyData",
|
|
17527
17527
|
"metadataToken": 0,
|
|
17528
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
17529
|
-
"normalizedSignature": "VerifyData|(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Boolean|static=false",
|
|
17528
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
17529
|
+
"normalizedSignature": "VerifyData|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Boolean|static=false",
|
|
17530
17530
|
"emitScope": "ClassSurface",
|
|
17531
17531
|
"provenance": "BaseOverload",
|
|
17532
17532
|
"arity": 0,
|
|
@@ -17562,11 +17562,11 @@
|
|
|
17562
17562
|
"isExtensionMethod": false
|
|
17563
17563
|
},
|
|
17564
17564
|
{
|
|
17565
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::VerifySignature(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
17565
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSACryptoServiceProvider::VerifySignature(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
17566
17566
|
"clrName": "VerifySignature",
|
|
17567
17567
|
"metadataToken": 0,
|
|
17568
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
17569
|
-
"normalizedSignature": "VerifySignature|(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Boolean|static=false",
|
|
17568
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
17569
|
+
"normalizedSignature": "VerifySignature|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Boolean|static=false",
|
|
17570
17570
|
"emitScope": "ClassSurface",
|
|
17571
17571
|
"provenance": "BaseOverload",
|
|
17572
17572
|
"arity": 0,
|
|
@@ -18153,11 +18153,11 @@
|
|
|
18153
18153
|
"isExtensionMethod": false
|
|
18154
18154
|
},
|
|
18155
18155
|
{
|
|
18156
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAOpenSsl::TryCreateSignature(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
|
|
18156
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAOpenSsl::TryCreateSignature(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
|
|
18157
18157
|
"clrName": "TryCreateSignature",
|
|
18158
18158
|
"metadataToken": 0,
|
|
18159
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
|
|
18160
|
-
"normalizedSignature": "TryCreateSignature|(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean|static=false",
|
|
18159
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
|
|
18160
|
+
"normalizedSignature": "TryCreateSignature|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean|static=false",
|
|
18161
18161
|
"emitScope": "ClassSurface",
|
|
18162
18162
|
"provenance": "BaseOverload",
|
|
18163
18163
|
"arity": 0,
|
|
@@ -18199,11 +18199,11 @@
|
|
|
18199
18199
|
"isExtensionMethod": false
|
|
18200
18200
|
},
|
|
18201
18201
|
{
|
|
18202
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAOpenSsl::VerifySignature(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
18202
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.DSAOpenSsl::VerifySignature(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
18203
18203
|
"clrName": "VerifySignature",
|
|
18204
18204
|
"metadataToken": 0,
|
|
18205
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
18206
|
-
"normalizedSignature": "VerifySignature|(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Boolean|static=false",
|
|
18205
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
18206
|
+
"normalizedSignature": "VerifySignature|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Boolean|static=false",
|
|
18207
18207
|
"emitScope": "ClassSurface",
|
|
18208
18208
|
"provenance": "BaseOverload",
|
|
18209
18209
|
"arity": 0,
|
|
@@ -22368,11 +22368,11 @@
|
|
|
22368
22368
|
"isExtensionMethod": false
|
|
22369
22369
|
},
|
|
22370
22370
|
{
|
|
22371
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::SignData(System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName):System.Byte[]",
|
|
22371
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::SignData(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName):System.Byte[]",
|
|
22372
22372
|
"clrName": "SignData",
|
|
22373
22373
|
"metadataToken": 0,
|
|
22374
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName):System.Byte[]",
|
|
22375
|
-
"normalizedSignature": "SignData|(System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName):System.Byte[]|static=false",
|
|
22374
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName):System.Byte[]",
|
|
22375
|
+
"normalizedSignature": "SignData|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName):System.Byte[]|static=false",
|
|
22376
22376
|
"emitScope": "ClassSurface",
|
|
22377
22377
|
"provenance": "BaseOverload",
|
|
22378
22378
|
"arity": 0,
|
|
@@ -22388,11 +22388,11 @@
|
|
|
22388
22388
|
"isExtensionMethod": false
|
|
22389
22389
|
},
|
|
22390
22390
|
{
|
|
22391
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::SignData(System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Byte[]",
|
|
22391
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::SignData(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Byte[]",
|
|
22392
22392
|
"clrName": "SignData",
|
|
22393
22393
|
"metadataToken": 0,
|
|
22394
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Byte[]",
|
|
22395
|
-
"normalizedSignature": "SignData|(System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Byte[]|static=false",
|
|
22394
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Byte[]",
|
|
22395
|
+
"normalizedSignature": "SignData|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Byte[]|static=false",
|
|
22396
22396
|
"emitScope": "ClassSurface",
|
|
22397
22397
|
"provenance": "BaseOverload",
|
|
22398
22398
|
"arity": 0,
|
|
@@ -22408,11 +22408,11 @@
|
|
|
22408
22408
|
"isExtensionMethod": false
|
|
22409
22409
|
},
|
|
22410
22410
|
{
|
|
22411
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::SignData(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Int32",
|
|
22411
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::SignData(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Int32",
|
|
22412
22412
|
"clrName": "SignData",
|
|
22413
22413
|
"metadataToken": 0,
|
|
22414
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Int32",
|
|
22415
|
-
"normalizedSignature": "SignData|(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Int32|static=false",
|
|
22414
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Int32",
|
|
22415
|
+
"normalizedSignature": "SignData|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Int32|static=false",
|
|
22416
22416
|
"emitScope": "ClassSurface",
|
|
22417
22417
|
"provenance": "BaseOverload",
|
|
22418
22418
|
"arity": 0,
|
|
@@ -22428,11 +22428,11 @@
|
|
|
22428
22428
|
"isExtensionMethod": false
|
|
22429
22429
|
},
|
|
22430
22430
|
{
|
|
22431
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::SignData(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName):System.Int32",
|
|
22431
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::SignData(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName):System.Int32",
|
|
22432
22432
|
"clrName": "SignData",
|
|
22433
22433
|
"metadataToken": 0,
|
|
22434
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName):System.Int32",
|
|
22435
|
-
"normalizedSignature": "SignData|(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName):System.Int32|static=false",
|
|
22434
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName):System.Int32",
|
|
22435
|
+
"normalizedSignature": "SignData|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName):System.Int32|static=false",
|
|
22436
22436
|
"emitScope": "ClassSurface",
|
|
22437
22437
|
"provenance": "BaseOverload",
|
|
22438
22438
|
"arity": 0,
|
|
@@ -22468,11 +22468,11 @@
|
|
|
22468
22468
|
"isExtensionMethod": false
|
|
22469
22469
|
},
|
|
22470
22470
|
{
|
|
22471
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::SignHash(System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Byte[]",
|
|
22471
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::SignHash(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Byte[]",
|
|
22472
22472
|
"clrName": "SignHash",
|
|
22473
22473
|
"metadataToken": 0,
|
|
22474
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Byte[]",
|
|
22475
|
-
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Byte[]|static=false",
|
|
22474
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Byte[]",
|
|
22475
|
+
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Byte[]|static=false",
|
|
22476
22476
|
"emitScope": "ClassSurface",
|
|
22477
22477
|
"provenance": "BaseOverload",
|
|
22478
22478
|
"arity": 0,
|
|
@@ -22488,11 +22488,11 @@
|
|
|
22488
22488
|
"isExtensionMethod": false
|
|
22489
22489
|
},
|
|
22490
22490
|
{
|
|
22491
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::SignHash(System.ReadOnlySpan_1):System.Byte[]",
|
|
22491
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::SignHash(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Byte[]",
|
|
22492
22492
|
"clrName": "SignHash",
|
|
22493
22493
|
"metadataToken": 0,
|
|
22494
|
-
"canonicalSignature": "(System.ReadOnlySpan_1):System.Byte[]",
|
|
22495
|
-
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1):System.Byte[]|static=false",
|
|
22494
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Byte[]",
|
|
22495
|
+
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Byte[]|static=false",
|
|
22496
22496
|
"emitScope": "ClassSurface",
|
|
22497
22497
|
"provenance": "BaseOverload",
|
|
22498
22498
|
"arity": 0,
|
|
@@ -22508,11 +22508,11 @@
|
|
|
22508
22508
|
"isExtensionMethod": false
|
|
22509
22509
|
},
|
|
22510
22510
|
{
|
|
22511
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::SignHash(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat):System.Int32",
|
|
22511
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::SignHash(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Int32",
|
|
22512
22512
|
"clrName": "SignHash",
|
|
22513
22513
|
"metadataToken": 0,
|
|
22514
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat):System.Int32",
|
|
22515
|
-
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat):System.Int32|static=false",
|
|
22514
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Int32",
|
|
22515
|
+
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Int32|static=false",
|
|
22516
22516
|
"emitScope": "ClassSurface",
|
|
22517
22517
|
"provenance": "BaseOverload",
|
|
22518
22518
|
"arity": 0,
|
|
@@ -22528,11 +22528,11 @@
|
|
|
22528
22528
|
"isExtensionMethod": false
|
|
22529
22529
|
},
|
|
22530
22530
|
{
|
|
22531
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::SignHash(System.ReadOnlySpan_1,System.Span_1):System.Int32",
|
|
22531
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::SignHash(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E):System.Int32",
|
|
22532
22532
|
"clrName": "SignHash",
|
|
22533
22533
|
"metadataToken": 0,
|
|
22534
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1):System.Int32",
|
|
22535
|
-
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1,System.Span_1):System.Int32|static=false",
|
|
22534
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E):System.Int32",
|
|
22535
|
+
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E):System.Int32|static=false",
|
|
22536
22536
|
"emitScope": "ClassSurface",
|
|
22537
22537
|
"provenance": "BaseOverload",
|
|
22538
22538
|
"arity": 0,
|
|
@@ -22648,11 +22648,11 @@
|
|
|
22648
22648
|
"isExtensionMethod": false
|
|
22649
22649
|
},
|
|
22650
22650
|
{
|
|
22651
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::VerifyData(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName):System.Boolean",
|
|
22651
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::VerifyData(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName):System.Boolean",
|
|
22652
22652
|
"clrName": "VerifyData",
|
|
22653
22653
|
"metadataToken": 0,
|
|
22654
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName):System.Boolean",
|
|
22655
|
-
"normalizedSignature": "VerifyData|(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName):System.Boolean|static=false",
|
|
22654
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName):System.Boolean",
|
|
22655
|
+
"normalizedSignature": "VerifyData|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName):System.Boolean|static=false",
|
|
22656
22656
|
"emitScope": "ClassSurface",
|
|
22657
22657
|
"provenance": "BaseOverload",
|
|
22658
22658
|
"arity": 0,
|
|
@@ -22668,11 +22668,11 @@
|
|
|
22668
22668
|
"isExtensionMethod": false
|
|
22669
22669
|
},
|
|
22670
22670
|
{
|
|
22671
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::VerifyData(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
22671
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::VerifyData(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
22672
22672
|
"clrName": "VerifyData",
|
|
22673
22673
|
"metadataToken": 0,
|
|
22674
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
22675
|
-
"normalizedSignature": "VerifyData|(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Boolean|static=false",
|
|
22674
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
22675
|
+
"normalizedSignature": "VerifyData|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.DSASignatureFormat):System.Boolean|static=false",
|
|
22676
22676
|
"emitScope": "ClassSurface",
|
|
22677
22677
|
"provenance": "BaseOverload",
|
|
22678
22678
|
"arity": 0,
|
|
@@ -22728,11 +22728,11 @@
|
|
|
22728
22728
|
"isExtensionMethod": false
|
|
22729
22729
|
},
|
|
22730
22730
|
{
|
|
22731
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::VerifyHash(System.ReadOnlySpan_1,System.ReadOnlySpan_1):System.Boolean",
|
|
22731
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::VerifyHash(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Boolean",
|
|
22732
22732
|
"clrName": "VerifyHash",
|
|
22733
22733
|
"metadataToken": 0,
|
|
22734
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.ReadOnlySpan_1):System.Boolean",
|
|
22735
|
-
"normalizedSignature": "VerifyHash|(System.ReadOnlySpan_1,System.ReadOnlySpan_1):System.Boolean|static=false",
|
|
22734
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Boolean",
|
|
22735
|
+
"normalizedSignature": "VerifyHash|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Boolean|static=false",
|
|
22736
22736
|
"emitScope": "ClassSurface",
|
|
22737
22737
|
"provenance": "BaseOverload",
|
|
22738
22738
|
"arity": 0,
|
|
@@ -22768,11 +22768,11 @@
|
|
|
22768
22768
|
"isExtensionMethod": false
|
|
22769
22769
|
},
|
|
22770
22770
|
{
|
|
22771
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::VerifyHash(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
22771
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaCng::VerifyHash(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
22772
22772
|
"clrName": "VerifyHash",
|
|
22773
22773
|
"metadataToken": 0,
|
|
22774
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
22775
|
-
"normalizedSignature": "VerifyHash|(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Boolean|static=false",
|
|
22774
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
22775
|
+
"normalizedSignature": "VerifyHash|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Boolean|static=false",
|
|
22776
22776
|
"emitScope": "ClassSurface",
|
|
22777
22777
|
"provenance": "BaseOverload",
|
|
22778
22778
|
"arity": 0,
|
|
@@ -23265,11 +23265,11 @@
|
|
|
23265
23265
|
"isExtensionMethod": false
|
|
23266
23266
|
},
|
|
23267
23267
|
{
|
|
23268
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::SignHash(System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Byte[]",
|
|
23268
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::SignHash(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Byte[]",
|
|
23269
23269
|
"clrName": "SignHash",
|
|
23270
23270
|
"metadataToken": 0,
|
|
23271
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Byte[]",
|
|
23272
|
-
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Byte[]|static=false",
|
|
23271
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Byte[]",
|
|
23272
|
+
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Byte[]|static=false",
|
|
23273
23273
|
"emitScope": "ClassSurface",
|
|
23274
23274
|
"provenance": "BaseOverload",
|
|
23275
23275
|
"arity": 0,
|
|
@@ -23285,11 +23285,11 @@
|
|
|
23285
23285
|
"isExtensionMethod": false
|
|
23286
23286
|
},
|
|
23287
23287
|
{
|
|
23288
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::SignHash(System.ReadOnlySpan_1):System.Byte[]",
|
|
23288
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::SignHash(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Byte[]",
|
|
23289
23289
|
"clrName": "SignHash",
|
|
23290
23290
|
"metadataToken": 0,
|
|
23291
|
-
"canonicalSignature": "(System.ReadOnlySpan_1):System.Byte[]",
|
|
23292
|
-
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1):System.Byte[]|static=false",
|
|
23291
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Byte[]",
|
|
23292
|
+
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E):System.Byte[]|static=false",
|
|
23293
23293
|
"emitScope": "ClassSurface",
|
|
23294
23294
|
"provenance": "BaseOverload",
|
|
23295
23295
|
"arity": 0,
|
|
@@ -23305,11 +23305,11 @@
|
|
|
23305
23305
|
"isExtensionMethod": false
|
|
23306
23306
|
},
|
|
23307
23307
|
{
|
|
23308
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::SignHash(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat):System.Int32",
|
|
23308
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::SignHash(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Int32",
|
|
23309
23309
|
"clrName": "SignHash",
|
|
23310
23310
|
"metadataToken": 0,
|
|
23311
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat):System.Int32",
|
|
23312
|
-
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat):System.Int32|static=false",
|
|
23311
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Int32",
|
|
23312
|
+
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Int32|static=false",
|
|
23313
23313
|
"emitScope": "ClassSurface",
|
|
23314
23314
|
"provenance": "BaseOverload",
|
|
23315
23315
|
"arity": 0,
|
|
@@ -23325,11 +23325,11 @@
|
|
|
23325
23325
|
"isExtensionMethod": false
|
|
23326
23326
|
},
|
|
23327
23327
|
{
|
|
23328
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::SignHash(System.ReadOnlySpan_1,System.Span_1):System.Int32",
|
|
23328
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::SignHash(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E):System.Int32",
|
|
23329
23329
|
"clrName": "SignHash",
|
|
23330
23330
|
"metadataToken": 0,
|
|
23331
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1):System.Int32",
|
|
23332
|
-
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1,System.Span_1):System.Int32|static=false",
|
|
23331
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E):System.Int32",
|
|
23332
|
+
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E):System.Int32|static=false",
|
|
23333
23333
|
"emitScope": "ClassSurface",
|
|
23334
23334
|
"provenance": "BaseOverload",
|
|
23335
23335
|
"arity": 0,
|
|
@@ -23345,11 +23345,11 @@
|
|
|
23345
23345
|
"isExtensionMethod": false
|
|
23346
23346
|
},
|
|
23347
23347
|
{
|
|
23348
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::TrySignHash(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
|
|
23348
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::TrySignHash(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
|
|
23349
23349
|
"clrName": "TrySignHash",
|
|
23350
23350
|
"metadataToken": 0,
|
|
23351
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
|
|
23352
|
-
"normalizedSignature": "TrySignHash|(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean|static=false",
|
|
23351
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean",
|
|
23352
|
+
"normalizedSignature": "TrySignHash|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat,System.Int32\u0026):System.Boolean|static=false",
|
|
23353
23353
|
"emitScope": "ClassSurface",
|
|
23354
23354
|
"provenance": "BaseOverload",
|
|
23355
23355
|
"arity": 0,
|
|
@@ -23391,11 +23391,11 @@
|
|
|
23391
23391
|
"isExtensionMethod": false
|
|
23392
23392
|
},
|
|
23393
23393
|
{
|
|
23394
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::VerifyHash(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
23394
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.ECDsaOpenSsl::VerifyHash(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
23395
23395
|
"clrName": "VerifyHash",
|
|
23396
23396
|
"metadataToken": 0,
|
|
23397
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
23398
|
-
"normalizedSignature": "VerifyHash|(System.ReadOnlySpan_1,System.ReadOnlySpan_1,System.Security.Cryptography.DSASignatureFormat):System.Boolean|static=false",
|
|
23397
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Boolean",
|
|
23398
|
+
"normalizedSignature": "VerifyHash|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.DSASignatureFormat):System.Boolean|static=false",
|
|
23399
23399
|
"emitScope": "ClassSurface",
|
|
23400
23400
|
"provenance": "BaseOverload",
|
|
23401
23401
|
"arity": 0,
|
|
@@ -43032,11 +43032,11 @@
|
|
|
43032
43032
|
"sourceInterface": "System.Security.Cryptography.ICspAsymmetricAlgorithm"
|
|
43033
43033
|
},
|
|
43034
43034
|
{
|
|
43035
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::Decrypt(System.ReadOnlySpan_1,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
|
|
43035
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::Decrypt(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
|
|
43036
43036
|
"clrName": "Decrypt",
|
|
43037
43037
|
"metadataToken": 0,
|
|
43038
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
|
|
43039
|
-
"normalizedSignature": "Decrypt|(System.ReadOnlySpan_1,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]|static=false",
|
|
43038
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
|
|
43039
|
+
"normalizedSignature": "Decrypt|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]|static=false",
|
|
43040
43040
|
"emitScope": "ClassSurface",
|
|
43041
43041
|
"provenance": "BaseOverload",
|
|
43042
43042
|
"arity": 0,
|
|
@@ -43052,11 +43052,11 @@
|
|
|
43052
43052
|
"isExtensionMethod": false
|
|
43053
43053
|
},
|
|
43054
43054
|
{
|
|
43055
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::Decrypt(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.RSAEncryptionPadding):System.Int32",
|
|
43055
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::Decrypt(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Int32",
|
|
43056
43056
|
"clrName": "Decrypt",
|
|
43057
43057
|
"metadataToken": 0,
|
|
43058
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.RSAEncryptionPadding):System.Int32",
|
|
43059
|
-
"normalizedSignature": "Decrypt|(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.RSAEncryptionPadding):System.Int32|static=false",
|
|
43058
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Int32",
|
|
43059
|
+
"normalizedSignature": "Decrypt|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Int32|static=false",
|
|
43060
43060
|
"emitScope": "ClassSurface",
|
|
43061
43061
|
"provenance": "BaseOverload",
|
|
43062
43062
|
"arity": 0,
|
|
@@ -43092,11 +43092,11 @@
|
|
|
43092
43092
|
"isExtensionMethod": false
|
|
43093
43093
|
},
|
|
43094
43094
|
{
|
|
43095
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::Encrypt(System.ReadOnlySpan_1,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
|
|
43095
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::Encrypt(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
|
|
43096
43096
|
"clrName": "Encrypt",
|
|
43097
43097
|
"metadataToken": 0,
|
|
43098
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
|
|
43099
|
-
"normalizedSignature": "Encrypt|(System.ReadOnlySpan_1,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]|static=false",
|
|
43098
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
|
|
43099
|
+
"normalizedSignature": "Encrypt|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]|static=false",
|
|
43100
43100
|
"emitScope": "ClassSurface",
|
|
43101
43101
|
"provenance": "BaseOverload",
|
|
43102
43102
|
"arity": 0,
|
|
@@ -43112,11 +43112,11 @@
|
|
|
43112
43112
|
"isExtensionMethod": false
|
|
43113
43113
|
},
|
|
43114
43114
|
{
|
|
43115
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::Encrypt(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.RSAEncryptionPadding):System.Int32",
|
|
43115
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::Encrypt(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Int32",
|
|
43116
43116
|
"clrName": "Encrypt",
|
|
43117
43117
|
"metadataToken": 0,
|
|
43118
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.RSAEncryptionPadding):System.Int32",
|
|
43119
|
-
"normalizedSignature": "Encrypt|(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.RSAEncryptionPadding):System.Int32|static=false",
|
|
43118
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Int32",
|
|
43119
|
+
"normalizedSignature": "Encrypt|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Int32|static=false",
|
|
43120
43120
|
"emitScope": "ClassSurface",
|
|
43121
43121
|
"provenance": "BaseOverload",
|
|
43122
43122
|
"arity": 0,
|
|
@@ -43152,11 +43152,11 @@
|
|
|
43152
43152
|
"isExtensionMethod": false
|
|
43153
43153
|
},
|
|
43154
43154
|
{
|
|
43155
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::SignData(System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
|
|
43155
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::SignData(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
|
|
43156
43156
|
"clrName": "SignData",
|
|
43157
43157
|
"metadataToken": 0,
|
|
43158
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
|
|
43159
|
-
"normalizedSignature": "SignData|(System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]|static=false",
|
|
43158
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
|
|
43159
|
+
"normalizedSignature": "SignData|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]|static=false",
|
|
43160
43160
|
"emitScope": "ClassSurface",
|
|
43161
43161
|
"provenance": "BaseOverload",
|
|
43162
43162
|
"arity": 0,
|
|
@@ -43172,11 +43172,11 @@
|
|
|
43172
43172
|
"isExtensionMethod": false
|
|
43173
43173
|
},
|
|
43174
43174
|
{
|
|
43175
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::SignData(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Int32",
|
|
43175
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::SignData(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Int32",
|
|
43176
43176
|
"clrName": "SignData",
|
|
43177
43177
|
"metadataToken": 0,
|
|
43178
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Int32",
|
|
43179
|
-
"normalizedSignature": "SignData|(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Int32|static=false",
|
|
43178
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Int32",
|
|
43179
|
+
"normalizedSignature": "SignData|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Int32|static=false",
|
|
43180
43180
|
"emitScope": "ClassSurface",
|
|
43181
43181
|
"provenance": "BaseOverload",
|
|
43182
43182
|
"arity": 0,
|
|
@@ -43192,11 +43192,11 @@
|
|
|
43192
43192
|
"isExtensionMethod": false
|
|
43193
43193
|
},
|
|
43194
43194
|
{
|
|
43195
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::SignHash(System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
|
|
43195
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::SignHash(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
|
|
43196
43196
|
"clrName": "SignHash",
|
|
43197
43197
|
"metadataToken": 0,
|
|
43198
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
|
|
43199
|
-
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]|static=false",
|
|
43198
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
|
|
43199
|
+
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]|static=false",
|
|
43200
43200
|
"emitScope": "ClassSurface",
|
|
43201
43201
|
"provenance": "BaseOverload",
|
|
43202
43202
|
"arity": 0,
|
|
@@ -43212,11 +43212,11 @@
|
|
|
43212
43212
|
"isExtensionMethod": false
|
|
43213
43213
|
},
|
|
43214
43214
|
{
|
|
43215
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::SignHash(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Int32",
|
|
43215
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSACryptoServiceProvider::SignHash(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Int32",
|
|
43216
43216
|
"clrName": "SignHash",
|
|
43217
43217
|
"metadataToken": 0,
|
|
43218
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Int32",
|
|
43219
|
-
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Int32|static=false",
|
|
43218
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Int32",
|
|
43219
|
+
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Int32|static=false",
|
|
43220
43220
|
"emitScope": "ClassSurface",
|
|
43221
43221
|
"provenance": "BaseOverload",
|
|
43222
43222
|
"arity": 0,
|
|
@@ -44748,11 +44748,11 @@
|
|
|
44748
44748
|
"sourceInterface": "System.IDisposable"
|
|
44749
44749
|
},
|
|
44750
44750
|
{
|
|
44751
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::Decrypt(System.ReadOnlySpan_1,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
|
|
44751
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::Decrypt(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
|
|
44752
44752
|
"clrName": "Decrypt",
|
|
44753
44753
|
"metadataToken": 0,
|
|
44754
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
|
|
44755
|
-
"normalizedSignature": "Decrypt|(System.ReadOnlySpan_1,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]|static=false",
|
|
44754
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
|
|
44755
|
+
"normalizedSignature": "Decrypt|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]|static=false",
|
|
44756
44756
|
"emitScope": "ClassSurface",
|
|
44757
44757
|
"provenance": "BaseOverload",
|
|
44758
44758
|
"arity": 0,
|
|
@@ -44768,11 +44768,11 @@
|
|
|
44768
44768
|
"isExtensionMethod": false
|
|
44769
44769
|
},
|
|
44770
44770
|
{
|
|
44771
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::Decrypt(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.RSAEncryptionPadding):System.Int32",
|
|
44771
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::Decrypt(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Int32",
|
|
44772
44772
|
"clrName": "Decrypt",
|
|
44773
44773
|
"metadataToken": 0,
|
|
44774
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.RSAEncryptionPadding):System.Int32",
|
|
44775
|
-
"normalizedSignature": "Decrypt|(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.RSAEncryptionPadding):System.Int32|static=false",
|
|
44774
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Int32",
|
|
44775
|
+
"normalizedSignature": "Decrypt|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Int32|static=false",
|
|
44776
44776
|
"emitScope": "ClassSurface",
|
|
44777
44777
|
"provenance": "BaseOverload",
|
|
44778
44778
|
"arity": 0,
|
|
@@ -44808,11 +44808,11 @@
|
|
|
44808
44808
|
"isExtensionMethod": false
|
|
44809
44809
|
},
|
|
44810
44810
|
{
|
|
44811
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::Encrypt(System.ReadOnlySpan_1,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
|
|
44811
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::Encrypt(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
|
|
44812
44812
|
"clrName": "Encrypt",
|
|
44813
44813
|
"metadataToken": 0,
|
|
44814
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
|
|
44815
|
-
"normalizedSignature": "Encrypt|(System.ReadOnlySpan_1,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]|static=false",
|
|
44814
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]",
|
|
44815
|
+
"normalizedSignature": "Encrypt|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Byte[]|static=false",
|
|
44816
44816
|
"emitScope": "ClassSurface",
|
|
44817
44817
|
"provenance": "BaseOverload",
|
|
44818
44818
|
"arity": 0,
|
|
@@ -44828,11 +44828,11 @@
|
|
|
44828
44828
|
"isExtensionMethod": false
|
|
44829
44829
|
},
|
|
44830
44830
|
{
|
|
44831
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::Encrypt(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.RSAEncryptionPadding):System.Int32",
|
|
44831
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::Encrypt(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Int32",
|
|
44832
44832
|
"clrName": "Encrypt",
|
|
44833
44833
|
"metadataToken": 0,
|
|
44834
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.RSAEncryptionPadding):System.Int32",
|
|
44835
|
-
"normalizedSignature": "Encrypt|(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.RSAEncryptionPadding):System.Int32|static=false",
|
|
44834
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Int32",
|
|
44835
|
+
"normalizedSignature": "Encrypt|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.RSAEncryptionPadding):System.Int32|static=false",
|
|
44836
44836
|
"emitScope": "ClassSurface",
|
|
44837
44837
|
"provenance": "BaseOverload",
|
|
44838
44838
|
"arity": 0,
|
|
@@ -44848,11 +44848,11 @@
|
|
|
44848
44848
|
"isExtensionMethod": false
|
|
44849
44849
|
},
|
|
44850
44850
|
{
|
|
44851
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::SignHash(System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
|
|
44851
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::SignHash(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
|
|
44852
44852
|
"clrName": "SignHash",
|
|
44853
44853
|
"metadataToken": 0,
|
|
44854
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
|
|
44855
|
-
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]|static=false",
|
|
44854
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]",
|
|
44855
|
+
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Byte[]|static=false",
|
|
44856
44856
|
"emitScope": "ClassSurface",
|
|
44857
44857
|
"provenance": "BaseOverload",
|
|
44858
44858
|
"arity": 0,
|
|
@@ -44868,11 +44868,11 @@
|
|
|
44868
44868
|
"isExtensionMethod": false
|
|
44869
44869
|
},
|
|
44870
44870
|
{
|
|
44871
|
-
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::SignHash(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Int32",
|
|
44871
|
+
"stableId": "System.Security.Cryptography:System.Security.Cryptography.RSAOpenSsl::SignHash(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Int32",
|
|
44872
44872
|
"clrName": "SignHash",
|
|
44873
44873
|
"metadataToken": 0,
|
|
44874
|
-
"canonicalSignature": "(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Int32",
|
|
44875
|
-
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1,System.Span_1,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Int32|static=false",
|
|
44874
|
+
"canonicalSignature": "(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Int32",
|
|
44875
|
+
"normalizedSignature": "SignHash|(System.ReadOnlySpan_1\u003CSystem.Byte\u003E,System.Span_1\u003CSystem.Byte\u003E,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.RSASignaturePadding):System.Int32|static=false",
|
|
44876
44876
|
"emitScope": "ClassSurface",
|
|
44877
44877
|
"provenance": "BaseOverload",
|
|
44878
44878
|
"arity": 0,
|