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
Copy file name to clipboardExpand all lines: xml/System.Security.Cryptography/MLDsa.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1131,11 +1131,11 @@
1131
1131
<paramname="source">The text of the PEM key to import.</param>
1132
1132
<summary>Imports an ML-DSA key from an RFC 7468 PEM-encoded string.</summary>
1133
1133
<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><listtype="bullet"><item><description>PUBLIC KEY</description></item><item><description>PRIVATE KEY</description></item></list></para></remarks>
1135
-
<exceptioncref="T:System.ArgumentException"><para><paramrefname="source" /> contains an encrypted PEM-encoded key.</para><para>-or-</para><para><paramrefname="source" /> contains multiple PEM-encoded ML-DSA keys.</para><para>-or-</para><para><paramrefname="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><listtype="bullet"><item><description>PUBLIC KEY</description></item><item><description>PRIVATE KEY</description></item></list></para></remarks>
1135
+
<exceptioncref="T:System.ArgumentException"><para><paramrefname="source" /> contains an encrypted PEM-encoded key.</para><para>-or-</para><para><paramrefname="source" /> contains multiple PEM-encoded ML-DSA keys.</para><para>-or-</para><para><paramrefname="source" /> contains no PEM-encoded ML-DSA keys.</para></exception>
1136
1136
<exceptioncref="T:System.Security.Cryptography.CryptographicException">An error occurred while importing the key.</exception>
<para>The platform does not support ML-DSA. Callers can use the <seecref="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 <seecref="P:System.Security.Cryptography.MLDsa.IsSupported" /> property to determine if the platform supports ML-DSA.
0 commit comments