証明書認証でメッセージ セキュリティを使用しています
<basicHttpBinding>
<binding name ="customBinding">
<security mode="Message">
<message clientCredentialType="Certificate"/>
</security>
</binding>
</basicHttpBinding>
これを行うと、クライアントのユーザー名をログに記録しようとしています:
ServiceSecurityContext.Current.WindowsIdentity.Name
私はヌルになります。このセキュリティ モードの使用中にクライアントのユーザー名を取得するにはどうすればよいですか?