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 ec05a43 commit cfae69fCopy full SHA for cfae69f
src/libraries/System.Security.Cryptography/tests/X509Certificates/PfxIterationCountTests.cs
@@ -130,6 +130,7 @@ public void ExportedPfxWithNullPassword_DecryptReturnsValidPaddingWithEmptyPassw
130
}
131
132
[Fact]
133
+ [ActiveIssue("https://github.com/dotnet/runtime/issues/88050", TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst)]
134
public void Import_BlobHasMoreThanOnePfx_LoadsOnlyOne()
135
{
136
// These certs don't use PBES2 so they should be supported everywhere.
0 commit comments