System.ServiceModel.Security.SecurityChannel<TChannel> abstract class SecurityChannel<TChannel> : LayeredChannel<TChannel> where TChannel : IChannel Documentation Code public SecurityProtocol SecurityProtocol { get; protected set; } protected SecurityChannel(ChannelManagerBase channelManager, TChannel innerChannel) protected SecurityChannel(ChannelManagerBase channelManager, TChannel innerChannel, SecurityProtocol securityProtocol) protected void ThrowIfDisposedOrNotOpen(Message message)