  | ChannelBaseIsSecure Property  | 
 
            Gets a value that indicates whether this channel is secure
            
 
    Namespace: 
   OBCOM.NetSwitchLib.Utils
    Assembly:
   OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic bool IsSecure { get; }Public ReadOnly Property IsSecure As Boolean
	Get
Property Value
Type: 
Booleantrue if this channel is secure; otherwise, 
false.
            
Remarks
            A  secure  channel  uses  communication protocols such as "Transport
            Layer Security" (TLS).
            
See Also