Property IsSecure
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.