Gets a boolean value indicating whether the current connection (if any) is secured with TLS/SSL layer.
public bool IsConnectionSecured { get; }
Public ReadOnly Property IsConnectionSecured As Boolean
public:
property bool IsConnectionSecured {
bool get();
}
Value
true
if the current connection is TLS/SSL;
false
if the connection is not secure.