From c5faf00fd5df6ffb619aa8d2592618fc982f36ff Mon Sep 17 00:00:00 2001 From: Kevin Jones Date: Wed, 11 Aug 2021 23:35:05 -0400 Subject: [PATCH] Obsolete Rfc2898DeriveBytes.CryptDeriveKey (#57002) * Obsolete Rfc2898DeriveBytes.CryptDeriveKey * Apply suggestions from code review Co-authored-by: Jeff Handley Co-authored-by: Jeff Handley --- docs/project/list-of-diagnostics.md | 1 + src/libraries/Common/src/System/Obsoletions.cs | 3 +++ .../ref/System.Security.Cryptography.Algorithms.cs | 1 + .../src/System/Security/Cryptography/Rfc2898DeriveBytes.cs | 1 + .../System.Security.Cryptography.Algorithms/tests/Rfc2898Tests.cs | 2 ++ 5 files changed, 8 insertions(+) diff --git a/docs/project/list-of-diagnostics.md b/docs/project/list-of-diagnostics.md index 9cfc627..e4f8287 100644 --- a/docs/project/list-of-diagnostics.md +++ b/docs/project/list-of-diagnostics.md @@ -87,6 +87,7 @@ The PR that reveals the implementation of the `(() => deriveBytes.CryptDeriveKey("RC2", "SHA1", 128, new byte[8])); +#pragma warning restore SYSLIB0033 } } -- 2.7.4