Skip to content

Commit bb8b050

Browse files
committed
Add remark about getting the thumbprint using a different algorithm
1 parent 6139eea commit bb8b050

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xml/System.Security.Cryptography.X509Certificates/X509Certificate2.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3650,7 +3650,9 @@ Unlike <xref:System.Security.Cryptography.X509Certificates.X509Certificate2.RawD
36503650
<format type="text/markdown"><![CDATA[
36513651
36523652
## Remarks
3653-
The thumbprint is dynamically generated using the SHA1 algorithm and does not physically exist in the certificate. Since the thumbprint is a unique value for the certificate, it is commonly used to find a particular certificate in a certificate store.
3653+
The thumbprint is dynamically generated using the SHA-1 algorithm and does not physically exist in the certificate. Since the thumbprint is a unique value for the certificate, it is commonly used to find a particular certificate in a certificate store.
3654+
3655+
This property always use the SHA-1 hash algorithm to compute the hash. To get the thumbprint using a different hash algorithm, use <xref:System.Security.Cryptography.X509Certificates.X509Certificate.GetCertHashString(System.Security.Cryptography.HashAlgorithmName)>.
36543656
36553657
36563658

0 commit comments

Comments
 (0)