From: Kevin Jones Date: Thu, 12 Aug 2021 03:35:05 +0000 (-0400) Subject: Obsolete Rfc2898DeriveBytes.CryptDeriveKey (#57002) X-Git-Tag: accepted/tizen/unified/20220110.054933~458 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5faf00fd5df6ffb619aa8d2592618fc982f36ff;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Obsolete Rfc2898DeriveBytes.CryptDeriveKey (#57002) * Obsolete Rfc2898DeriveBytes.CryptDeriveKey * Apply suggestions from code review Co-authored-by: Jeff Handley Co-authored-by: Jeff Handley --- 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 } }