2 types derived from SecurityChannel
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
311
abstract class ClientSecurityChannel<UChannel> :
SecurityChannel
<UChannel>
System\ServiceModel\Channels\SecurityChannelListener.cs (1)
649
abstract class ServerSecurityChannel<UChannel> :
SecurityChannel
<UChannel> where UChannel : class, IChannel