Gets the current security state of the connection.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property IsSecure As Boolean Get |
C# |
---|
public bool IsSecure { get; } |
Field Value
True if all data (sent or received) is being encrypted.Remarks
Use Negotiate()()()() method to secure the connection.