Mark RNGCryptoServiceProvider as Obsolete#52373
Mark RNGCryptoServiceProvider as Obsolete#52373jeffhandley merged 8 commits intodotnet:mainfrom jeffhandley:jeffhandley/obsolete-rngcryptoserviceprovider
Conversation
|
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
|
Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @GrabYourPitchforks Issue DetailsFixes #40169, marking
|
|
The breaking change documentation will be covered by dotnet/docs#23856. /cc @gewarren |
|
The failing check is #51584. |
src/libraries/System.IO.Pipes/tests/NamedPipeTests/NamedPipeTest.CurrentUserOnly.Windows.cs
Outdated
Show resolved
Hide resolved
…://github.com/jeffhandley/runtime into jeffhandley/obsolete-rngcryptoserviceprovider
...aries/System.Security.Principal.Windows/tests/WindowsIdentityImpersonatedTests.netcoreapp.cs
Show resolved
Hide resolved
….Create().GetBytes()
|
I think the System.Security.Principal.Windows test changes may have to be reverted, as that .csproj cross-targets core + full framework. But everything else LGTM. |
…enerator.Create().GetBytes()" This reverts commit 447f848.
src/libraries/System.IO.Pipes/tests/NamedPipeTests/NamedPipeTest.CurrentUserOnly.Windows.cs
Outdated
Show resolved
Hide resolved
…st.CurrentUserOnly.Windows.cs
Fixes #40169, marking
RNGCryptoServiceProvideras obsolete, guiding usage towardRandomNumberGenerator.Create().