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.
ストリームからRSAキーをロードしていて、「ストリーム読み取り」エラーが発生しますか?コードを機能させるために最初に試みるべきことは何ですか?
ちょっと大げさな推測ですが、これは、ストリームに書き込んだ後にストリームから読み込もうとしたときに、ストリームの位置が 0 にリセットされていない場合に発生する可能性があります。設定してみる
SigStore.Position := 0;
ストリームを使用して暗号化する直前。