We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3710d53 commit b6beefdCopy full SHA for b6beefd
src/libraries/System.Security.Cryptography/tests/X509Certificates/CertTests.cs
@@ -137,6 +137,7 @@ public static void PublicPrivateKey_IndependentLifetimes_RSA()
137
}
138
139
[Fact]
140
+ [SkipOnPlatform(PlatformSupport.MobileAppleCrypto, "DSA is not available")]
141
public static void PublicPrivateKey_IndependentLifetimes_DSA()
142
{
143
X509Certificate2 loaded;
0 commit comments