Click or drag to resize

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)
Syntax
public bool IsSecure { get; }

Property Value

Type: Boolean
true if this channel is secure; otherwise, false.
Remarks
A secure channel uses communication protocols such as "Transport Layer Security" (TLS).
See Also