そのようなコードを使用してファイルの署名を取得するphpコードがあります
shell_exec("openssl smime -binary -sign".
" -certfile '".$keyPath."/WWDR.pem'".
" -signer '".$keyPath."/passcertificate.pem'".
" -inkey '".$keyPath."/passkey.pem'".
" -in '".$this->workFolder."/manifest.json'".
" -out '".$this->workFolder."/signature'".
" -outform DER -passin pass:'$pass'");
同じである純粋なマネージドC#コードが必要ですか?これを行う方法はありますか?どうも