方法 : 認証を実行するように TCP クライアント チャネルを設定する
この例では、構成ファイルで認証を実行するように TCP クライアント チャネルを設定する方法を示します。
使用例
<configuration>
<system.runtime.remoting>
<application>
<channels>
<channel ref="tcp" impersonationLevel="Identify"
authenticationPolicy="Policy, policy" />
</channels>
</application>
</system.runtime.remoting>
</configuration>