Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
この質問は以前に聞かれたことは知っていますが、答えは単に私が必要としていたものではありませんでした. パスワードで保護されたテキスト ファイルを作成する必要があります。暗号化するつもりはありませんが、単純なテキスト パスワードでファイルを作成するだけです。このファイルを C# で開く方法も教えていただければ幸いです。
プレーンテキストのパスワードで保護されたファイルを作成し、後でこのファイルを開きます。すべて C# で。