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.
.NET アセンブリの署名に使用される .snk RSA キーペア ファイルを、PHP やその他のソフトウェアで使用できる XML ベースのファイルに変換する方法を教えてください。
XML ファイルのサンプル:
<BitStrength>1024</BitStrength><RSAKeyValue><Modulus>tk=</Modulus><Exponent>QB</Exponent></RSAKeyValue>
makecertまたは同様のもの(または証明書再販業者)を使用し、それを公開/秘密鍵ファイルとしてエクスポートする必要があるように思えますか?厳密な名前キー (snk) は少し異なります...
makecert