Skip to content

Commit 63dd4b4

Browse files
committed
fix build error
1 parent 0a20a08 commit 63dd4b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Security.Cryptography/MLDsa.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,11 +1131,11 @@
11311131
<param name="source">The text of the PEM key to import.</param>
11321132
<summary>Imports an ML-DSA key from an RFC 7468 PEM-encoded string.</summary>
11331133
<returns>The imported ML-DSA key.</returns>
1134-
<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"&gt;<item&gt;<description&gt;PUBLIC KEY</description&gt;</item&gt;<item&gt;<description&gt;PRIVATE KEY</description&gt;</item&gt;</list&gt;</para></remarks>
1135-
<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-DSA keys.</para><para>-or-</para><para> <paramref name="source" /> contains no PEM-encoded ML-DSA keys.</para></exception>
1134+
<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>
1135+
<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-DSA keys.</para><para>-or-</para><para><paramref name="source" /> contains no PEM-encoded ML-DSA keys.</para></exception>
11361136
<exception cref="T:System.Security.Cryptography.CryptographicException">An error occurred while importing the key.</exception>
11371137
<exception cref="T:System.PlatformNotSupportedException">
1138-
<para>The platform does not support ML-DSA. Callers can use the <see cref="P:System.Security.Cryptography.MLDsa.IsSupported" /> property to determine if the platform supports ML-DSA.</para>
1138+
The platform does not support ML-DSA. Callers can use the <see cref="P:System.Security.Cryptography.MLDsa.IsSupported" /> property to determine if the platform supports ML-DSA.
11391139
</exception>
11401140
</Docs>
11411141
</Member>

0 commit comments

Comments
 (0)