public ref class SslStream : System::Net::Security::AuthenticatedStream public class SslStream : System.Net.Security.AuthenticatedStream type SslStream = class inherit AuthenticatedStream Public Class SslStream Inherits AuthenticatedStream 継承 例 次のコード例では、SslStream クラスを使用してクライアントと通信する TcpListener を作成する方法を示します。 #using <System.dll> using namespace System; using namespace System::Collections; using nam