Skip to content

Commit 8fdc819

Browse files
authored
Fix X509Certificate.GetSerialNumberString to indicate correct endianness. (#11486)
1 parent 6339fca commit 8fdc819

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Security.Cryptography.X509Certificates/X509Certificate.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3308,8 +3308,8 @@ The output of this method is equivalent to the output of the <xref:System.Securi
33083308
</ReturnValue>
33093309
<Parameters />
33103310
<Docs>
3311-
<summary>Returns the serial number of the X.509v3 certificate as a little-endian hexadecimal string .</summary>
3312-
<returns>The serial number of the X.509 certificate as a little-endian hexadecimal string.</returns>
3311+
<summary>Returns the serial number of the X.509v3 certificate as a big-endian hexadecimal string.</summary>
3312+
<returns>The serial number of the X.509 certificate as a big-endian hexadecimal string.</returns>
33133313
<remarks>
33143314
<format type="text/markdown"><![CDATA[
33153315

0 commit comments

Comments
 (0)