TlsServerSocket.Parameters Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Parameters
Gets or sets the security parameters of the current socket. Inherited from TlsSocket.
Declaration
public TlsParameters Parameters { get; set; }
Property Value
Type | Description |
---|---|
TlsParameters | The security parameters of the current socket. |