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.
.Net Remoting を使用するクライアント サーバー アプリケーションがあります。クライアントとサーバー間の接続を確立するための TcpChannel オブジェクトがあります。したがって、TcpChannel オブジェクトの IsSecured プロパティを true に設定するとします。これは、クライアントとサーバーの間で渡されるデータが安全、つまり暗号化されていることを意味しますか?