-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-System.Security
Milestone
Description
There are a few APIs in System.Security.Cryptography.X509Certificates that might be worth obsoleting, or some variation of {Un}SupportedOSPlatformAttribute on them.
X509Certificate2.FriendlyName- Consider marking this[SupportedOSPlatformAttribute("windows")]. This API returns an empty string on non-Windows, and throws when being set on non-Windows.X509Certificate2.Archived- Consider marking this[SupportedOSPlatformAttribute("windows")]. This API returnsfalseon non-Windows, and throws when being set on non-Windows.X509Certificate.Import- Consider deprecating or obsoleting this. All overloads for this API are going to throw.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api-approvedAPI was approved in API review, it can be implementedAPI was approved in API review, it can be implementedarea-System.Security