Skip to content

Commit e944835

Browse files
Copilotgewarren
andauthored
Update unsupported-apis.md and ms.date metadata per review feedback
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
1 parent 751460f commit e944835

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/core/compatibility/unsupported-apis.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Unsupported APIs on .NET Core and .NET 5+
33
titleSuffix: ""
44
description: Learn which .NET APIs always throw an exception on .NET Core and .NET 5 and later versions.
5-
ms.date: 03/16/2026
5+
ms.date: 08/03/2026
66
ai-usage: ai-assisted
77
---
88
# APIs that always throw exceptions on .NET (Core)
@@ -246,6 +246,10 @@ This article organizes the affected APIs by namespace.
246246
| <xref:System.Security.Cryptography.CngKeyCreationParameters?displayProperty=nameWithType> | Linux and macOS |
247247
| <xref:System.Security.Cryptography.CngProvider?displayProperty=nameWithType> | Linux and macOS |
248248
| <xref:System.Security.Cryptography.CngUIPolicy?displayProperty=nameWithType> | Linux and macOS |
249+
| <xref:System.Security.Cryptography.CompositeMLDsa.GenerateKey*?displayProperty=nameWithType>\* | Windows, for algorithms not natively supported |
250+
| <xref:System.Security.Cryptography.CompositeMLDsa.ImportCompositeMLDsaPublicKey*?displayProperty=nameWithType>\* | Windows, for algorithms not natively supported |
251+
| <xref:System.Security.Cryptography.CompositeMLDsa.ImportFromPem*?displayProperty=nameWithType>\* | Windows, for algorithms not natively supported |
252+
| <xref:System.Security.Cryptography.CompositeMLDsa.ImportFromPkcs8*?displayProperty=nameWithType>\* | Windows, for algorithms not natively supported |
249253
| <xref:System.Security.Cryptography.CryptoConfig.EncodeOID(System.String)?displayProperty=nameWithType> | All |
250254
| <xref:System.Security.Cryptography.CspKeyContainerInfo.%23ctor*> | Linux and macOS |
251255
| <xref:System.Security.Cryptography.CspKeyContainerInfo.Accessible?displayProperty=nameWithType> | Linux and macOS |

docs/standard/security/cross-platform-cryptography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Cross-platform cryptography"
33
description: Learn about cryptographic capabilities on platforms supported by .NET.
4-
ms.date: "11/04/2025"
4+
ms.date: 08/03/2026
55
ms.subservice: standard-library
66
helpviewer_keywords:
77
- "cryptography, cross-platform"

0 commit comments

Comments
 (0)