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/MD5Cng.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
<formattype="text/markdown"><![CDATA[
21
21
22
22
## Remarks
23
-
This algorithm is for hashing only and does not provide any encryption or decryption. It uses the BCrypt (BestCrypt) layer CNG.
23
+
This algorithm is for hashing only and does not provide any encryption or decryption.
24
24
25
25
> [!NOTE]
26
26
> Newer hashing algorithms such as the Secure Hash Algorithms SHA-256 and SHA-512 are available. Consider using either the <xref:System.Security.Cryptography.SHA256Cng> class or the <xref:System.Security.Cryptography.SHA512Cng> class instead of the <xref:System.Security.Cryptography.MD5Cng> class. Use <xref:System.Security.Cryptography.MD5Cng> only for compatibility with legacy applications and data.
0 commit comments