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: src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/X509CertificateLoader.iOS.cs
+23-1Lines changed: 23 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,29 @@ private static partial ICertificatePal LoadCertificatePal(ReadOnlySpan<byte> dat
Copy file name to clipboardExpand all lines: src/libraries/System.Security.Cryptography/tests/X509Certificates/CollectionTests.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -800,6 +800,7 @@ public static void MultipleImport()
800
800
}
801
801
802
802
[Fact]
803
+
[SkipOnPlatform(TestPlatforms.iOS|TestPlatforms.MacCatalyst|TestPlatforms.tvOS,"The PKCS#12 Exportable flag is not supported on iOS/MacCatalyst/tvOS")]
0 commit comments