Gets the value indicating whether the control connection is secured.
public bool IsConnectionSecured { get; }
Public ReadOnly Property IsConnectionSecured As Boolean
public:
property bool IsConnectionSecured {
bool get();
}
Value
True if secure, false if not secure.