TlsServerSocket.IsSecure Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9313)
IsSecure
Gets the current security state of the connection. Inherited from TlsSocket.
Declaration
public bool IsSecure { get; }
Property Value
| Type | Description | 
|---|---|
| Boolean | True if all data (sent or received) is being encrypted.  | 
    
Remarks
Use Negotiate() method to secure the connection.