Skip to content

Commit d87795f

Browse files
committed
final fix
1 parent 362e4ec commit d87795f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

xml/System.Security.Cryptography/CompositeMLDsa.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@
11881188
<param name="source">The text of the PEM key to import.</param>
11891189
<summary>Imports a Composite ML-DSA key from an RFC 7468 PEM-encoded string.</summary>
11901190
<returns>The imported Composite ML-DSA key.</returns>
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><ist 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><list type="bullet"><item><description>PUBLIC KEY</description></item><item><description>PRIVATE KEY</description></item></list></para></remarks>
11921192
<exception cref="T:System.ArgumentException"><para> <paramref name="source" /> contains an encrypted PEM-encoded key.</para><para>-or-</para><para> <paramref name="source" /> contains multiple PEM-encoded Composite ML-DSA keys.</para><para>-or-</para><para> <paramref name="source" /> contains no PEM-encoded Composite ML-DSA keys.</para></exception>
11931193
<exception cref="T:System.Security.Cryptography.CryptographicException">
11941194
<para>An error occurred while importing the key.</para>

xml/System.Security.Cryptography/MLKem.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@
16141614
<param name="source">The text of the PEM key to import.</param>
16151615
<summary>Imports an ML-KEM key from an RFC 7468 PEM-encoded string.</summary>
16161616
<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><ist 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><list type="bullet"><item><description>PUBLIC KEY</description></item><item><description>PRIVATE KEY</description></item></list></para></remarks>
16181618
<exception cref="T:System.ArgumentException"><para> <paramref name="source" /> contains an encrypted PEM-encoded key.</para><para>-or-</para><para> <paramref name="source" /> contains multiple PEM-encoded ML-KEM keys.</para><para>-or-</para><para> <paramref name="source" /> contains no PEM-encoded ML-KEM keys.</para></exception>
16191619
<exception cref="T:System.Security.Cryptography.CryptographicException">An error occurred while importing the key.</exception>
16201620
</Docs>

xml/System.Security.Cryptography/SlhDsa.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@
10421042
<param name="source">The text of the PEM key to import.</param>
10431043
<summary>Imports an SLH-DSA key from an RFC 7468 PEM-encoded string.</summary>
10441044
<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><ist 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><list type="bullet"><item><description>PUBLIC KEY</description></item><item><description>PRIVATE KEY</description></item></list></para></remarks>
10461046
<exception cref="T:System.ArgumentException"><para> <paramref name="source" /> contains an encrypted PEM-encoded key.</para><para>-or-</para><para> <paramref name="source" /> contains multiple PEM-encoded SLH-DSA keys.</para><para>-or-</para><para> <paramref name="source" /> contains no PEM-encoded SLH-DSA keys.</para></exception>
10471047
<exception cref="T:System.Security.Cryptography.CryptographicException">An error occurred while importing the key.</exception>
10481048
<exception cref="T:System.PlatformNotSupportedException">

0 commit comments

Comments
 (0)