「標準」の WCF サービスでは、操作メソッドを次のようにマークアップするだけです。
[OperationBehavior(Impersonation = ImpersonationOption.Allowed)]
しかし、私のデータ サービスでは、DataServiceHost が開かれるとすぐに InvalidOperationException が発生します。
The service operation 'ProcessRequestForMessage' that belongs to the contract with the 'IRequestHandler' name and the 'http://tempuri.org/' namespace does not allow impersonation.
「ProcessRequestForMessage」をマークして偽装を許可するにはどうすればよいですか?