私はこのような wsHttpBinding を持っています
<wsHttpBinding>
<binding name="binding1">
<security mode="Message" >
<message clientCredentialType="Windows" negotiateServiceCredential="true" />
</security>
</binding>
</wsHttpBinding>
NTLMのみが利用可能な場合、
これは、WCF が SOAP メッセージを介してクライアントの資格情報を送信するということですか?
この構成は ws-security と互換性がありますか?
ありがとう