Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 4b4c1ae

Browse files
committed
Remove [PlatformSpecific] from the Windows-only CSP library
The library is marked as being unsupported for platforms other than Windows, the [PlatformSpecific] attributes were holdovers from when this was in the former unified RSA library.
1 parent 27f77aa commit 4b4c1ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/System.Security.Cryptography.Csp/tests/ImportExportCspBlob.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ namespace System.Security.Cryptography.Rsa.Tests
99
public class ImportExportCspBlob
1010
{
1111
[Fact]
12-
[PlatformSpecific(PlatformID.Windows)]
1312
public static void ExportImportPublicOnly()
1413
{
1514
byte[] expectedExport = ByteUtils.HexToByteArray(
@@ -42,7 +41,6 @@ public static void ExportImportPublicOnly()
4241
}
4342

4443
[Fact]
45-
[PlatformSpecific(PlatformID.Windows)]
4644
public static void ExportImportPublicPrivate()
4745
{
4846
// This blob contains the private key of TestData.CspTestKey. The guidelines for the TestData class

0 commit comments

Comments
 (0)