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.
WCF 経由で Java サービスに接続しようとしています。サービスは、SOAP メッセージの本文と本文のみが署名されていることを想定しています。
MutualCertificate セキュリティでカスタム バインドを作成していますが、これは本文だけでなくヘッダー (またはその一部) にも署名しているようです。
本当?
もしそうなら、どうすれば体だけに署名することができますか?
ありがとう
私はあなたが使うことができると思います:
[MessageBodyMember(ProtectionLevel=ProtectionLevel.EncryptAndSign)]
また
[MessageBodyMember(ProtectionLevel=ProtectionLevel.Sign)]
署名/暗号化するものを強調するには?