You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<remarks><para>Unsupported or malformed PEM-encoded objects will be ignored. If multiple supported PEM labels are found, an exception is raised to prevent importing a key when the key is ambiguous.</para><para>This method supports the following PEM labels:</para><para><list type="bullet"><item><description>PUBLIC KEY</description></item><item><description>PRIVATE KEY</description></item></list></para></remarks>
1191
+
<remarks><para>Unsupported or malformed PEM-encoded objects will be ignored. If multiple supported PEM labels are found, an exception is raised to prevent importing a key when the key is ambiguous.</para><para>This method supports the following PEM labels:</para><para><isttype="bullet"><item><description>PUBLIC KEY</description></item><item><description>PRIVATE KEY</description></item></list></para></remarks>
Copy file name to clipboardExpand all lines: xml/System.Security.Cryptography/MLKem.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1614,7 +1614,7 @@
1614
1614
<paramname="source">The text of the PEM key to import.</param>
1615
1615
<summary>Imports an ML-KEM key from an RFC 7468 PEM-encoded string.</summary>
1616
1616
<returns>The imported ML-KEM key.</returns>
1617
-
<remarks><para>Unsupported or malformed PEM-encoded objects will be ignored. If multiple supported PEM labels are found, an exception is raised to prevent importing a key when the key is ambiguous.</para><para>This method supports the following PEM labels:</para><para><list type="bullet"><item><description>PUBLIC KEY</description></item><item><description>PRIVATE KEY</description></item></list></para></remarks>
1617
+
<remarks><para>Unsupported or malformed PEM-encoded objects will be ignored. If multiple supported PEM labels are found, an exception is raised to prevent importing a key when the key is ambiguous.</para><para>This method supports the following PEM labels:</para><para><isttype="bullet"><item><description>PUBLIC KEY</description></item><item><description>PRIVATE KEY</description></item></list></para></remarks>
Copy file name to clipboardExpand all lines: xml/System.Security.Cryptography/SlhDsa.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1042,7 +1042,7 @@
1042
1042
<paramname="source">The text of the PEM key to import.</param>
1043
1043
<summary>Imports an SLH-DSA key from an RFC 7468 PEM-encoded string.</summary>
1044
1044
<returns>The imported SLH-DSA key.</returns>
1045
-
<remarks><para>Unsupported or malformed PEM-encoded objects will be ignored. If multiple supported PEM labels are found, an exception is raised to prevent importing a key when the key is ambiguous.</para><para>This method supports the following PEM labels:</para><para><list type="bullet"><item><description>PUBLIC KEY</description></item><item><description>PRIVATE KEY</description></item></list></para></remarks>
1045
+
<remarks><para>Unsupported or malformed PEM-encoded objects will be ignored. If multiple supported PEM labels are found, an exception is raised to prevent importing a key when the key is ambiguous.</para><para>This method supports the following PEM labels:</para><para><isttype="bullet"><item><description>PUBLIC KEY</description></item><item><description>PRIVATE KEY</description></item></list></para></remarks>
Copy file name to clipboardExpand all lines: xml/System/MemoryExtensions.xml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -7333,7 +7333,7 @@ Invalid sequences will be represented in the enumeration by <xref:System.Text.Ru
7333
7333
<typeparam name="T">The type of the span and values.</typeparam>
7334
7334
<param name="span">The span to search.</param>
7335
7335
<param name="value0">The first value to avoid.</param>
7336
-
<param name="value1">The second value to avoid<./param>
7336
+
<param name="value1">The second value to avoid.</param>
7337
7337
<summary>Searches for the first index of any value other than the two specified values.</summary>
7338
7338
<returns>The index in the span of the first occurrence of any value other than <paramref name="value0" /> and <paramref name="value1" />. If all of the values are <paramref name="value0" /> or <paramref name="value1" />, returns -1.</returns>
7339
7339
<remarks>To be added.</remarks>
@@ -7395,7 +7395,7 @@ Invalid sequences will be represented in the enumeration by <xref:System.Text.Ru
7395
7395
<typeparam name="T">The type of the span and values.</typeparam>
7396
7396
<param name="span">The span to search.</param>
7397
7397
<param name="value0">The first value to avoid.</param>
7398
-
<param name="value1">The second value to avoid<./param>
7398
+
<param name="value1">The second value to avoid.</param>
7399
7399
<summary>Searches for the first index of any value other than the two specified values.</summary>
7400
7400
<returns>The index in the span of the first occurrence of any value other than <paramref name="value0" /> and <paramref name="value1" />. If all of the values are <paramref name="value0" /> or <paramref name="value1" />, returns -1.</returns>
7401
7401
<remarks>To be added.</remarks>
@@ -7452,7 +7452,7 @@ Invalid sequences will be represented in the enumeration by <xref:System.Text.Ru
7452
7452
<typeparam name="T">The type of the span and values.</typeparam>
7453
7453
<param name="span">The span to search.</param>
7454
7454
<param name="value0">The first value to avoid.</param>
7455
-
<param name="value1">The second value to avoid<./param>
7455
+
<param name="value1">The second value to avoid.</param>
7456
7456
<param name="comparer">The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing elements, or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> for the type of an element.</param>
7457
7457
<summary>Searches for the first index of any value other than the two specified values.</summary>
7458
7458
<returns>
@@ -7512,8 +7512,8 @@ Invalid sequences will be represented in the enumeration by <xref:System.Text.Ru
7512
7512
<typeparam name="T">The type of the span and values.</typeparam>
7513
7513
<param name="span">The span to search.</param>
7514
7514
<param name="value0">The first value to avoid.</param>
7515
-
<param name="value1">The second value to avoid<./param>
7516
-
<param name="value2">The third value to avoid<./param>
7515
+
<param name="value1">The second value to avoid.</param>
7516
+
<param name="value2">The third value to avoid.</param>
7517
7517
<summary>Searches for the first index of any value other than <paramref name="value0" />, <paramref name="value1" />, or <paramref name="value2" />.</summary>
7518
7518
<returns>The index in the span of the first occurrence of any value other than <paramref name="value0" />, <paramref name="value1" />, and <paramref name="value2" />. If all of the values are <paramref name="value0" />, <paramref name="value1" />, and <paramref name="value2" />, returns -1.</returns>
7519
7519
<remarks>To be added.</remarks>
@@ -7576,8 +7576,8 @@ Invalid sequences will be represented in the enumeration by <xref:System.Text.Ru
7576
7576
<typeparam name="T">The type of the span and values.</typeparam>
7577
7577
<param name="span">The span to search.</param>
7578
7578
<param name="value0">The first value to avoid.</param>
7579
-
<param name="value1">The second value to avoid<./param>
7580
-
<param name="value2">The third value to avoid<./param>
7579
+
<param name="value1">The second value to avoid.</param>
7580
+
<param name="value2">The third value to avoid.</param>
7581
7581
<summary>Searches for the first index of any value other than <paramref name="value0" />, <paramref name="value1" />, or <paramref name="value2" />.</summary>
7582
7582
<returns>The index in the span of the first occurrence of any value other than <paramref name="value0" />, <paramref name="value1" />, and <paramref name="value2" />. If all of the values are <paramref name="value0" />, <paramref name="value1" />, and <paramref name="value2" />, returns -1.</returns>
7583
7583
<remarks>To be added.</remarks>
@@ -7635,8 +7635,8 @@ Invalid sequences will be represented in the enumeration by <xref:System.Text.Ru
7635
7635
<typeparam name="T">The type of the span and values.</typeparam>
7636
7636
<param name="span">The span to search.</param>
7637
7637
<param name="value0">The first value to avoid.</param>
7638
-
<param name="value1">The second value to avoid<./param>
7639
-
<param name="value2">The third value to avoid<./param>
7638
+
<param name="value1">The second value to avoid.</param>
7639
+
<param name="value2">The third value to avoid.</param>
7640
7640
<param name="comparer">The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing elements, or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> for the type of an element.</param>
7641
7641
<summary>Searches for the first index of any value other than <paramref name="value0" />, <paramref name="value1" />, or <paramref name="value2" />.</summary>
7642
7642
<returns>
@@ -9734,7 +9734,7 @@ Invalid sequences will be represented in the enumeration by <xref:System.Text.Ru
9734
9734
<param name="span">The span to search.</param>
9735
9735
<param name="value0">The first value to avoid.</param>
9736
9736
<param name="value1">The second value to avoid.</param>
9737
-
<param name="value2">The second value to avoid.</param>
9737
+
<param name="value2">The third value to avoid.</param>
9738
9738
<summary>Searches for the last index of any value other than the specified <paramref name="value0" />, <paramref name="value1" />, or <paramref name="value2" />.</summary>
9739
9739
<returns>The index in the span of the last occurrence of any value other than <paramref name="value0" />, <paramref name="value1" />, and <paramref name="value2" />.
9740
9740
If all of the values are <paramref name="value0" />, <paramref name="value1" />, and <paramref name="value2" />, returns -1.</returns>
@@ -9799,7 +9799,7 @@ Invalid sequences will be represented in the enumeration by <xref:System.Text.Ru
9799
9799
<param name="span">The span to search.</param>
9800
9800
<param name="value0">The first value to avoid.</param>
9801
9801
<param name="value1">The second value to avoid.</param>
9802
-
<param name="value2">The second value to avoid.</param>
9802
+
<param name="value2">The third value to avoid.</param>
9803
9803
<summary>Searches for the last index of any value other than the specified <paramref name="value0" />, <paramref name="value1" />, or <paramref name="value2" />.</summary>
9804
9804
<returns>The index in the span of the last occurrence of any value other than <paramref name="value0" />, <paramref name="value1" />, and <paramref name="value2" />.
9805
9805
If all of the values are <paramref name="value0" />, <paramref name="value1" />, and <paramref name="value2" />, returns -1.</returns>
@@ -9859,7 +9859,7 @@ Invalid sequences will be represented in the enumeration by <xref:System.Text.Ru
9859
9859
<param name="span">The span to search.</param>
9860
9860
<param name="value0">The first value to avoid.</param>
9861
9861
<param name="value1">The second value to avoid.</param>
9862
-
<param name="value2">The second value to avoid.</param>
9862
+
<param name="value2">The third value to avoid.</param>
9863
9863
<param name="comparer">The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing elements, or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> for the type of an element.</param>
9864
9864
<summary>Searches for the last index of any value other than the specified <paramref name="value0" />, <paramref name="value1" />, or <paramref name="value2" />.</summary>
0 commit comments