Microsoft .NET Code Analysis: UTF-7 Encoding Is Insecure

In the codebase I reviewed for this article, I found several instances where UTF-7 encoding was used, which is no longer recommended and is prohibited by many specifications. It is important to avoid using UTF-7 encoding that is explained in this article.