TlsSocket.IsSecure Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
IsSecure
Gets the current security state of the connection.
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.