TlsStream.Parameters Property
Namespace: Rebex.Net
Assembly: Rebex.Tls.dll (version 7.0.9313)
Parameters
Gets or sets the security parameters of the current TlsStream.
Declaration
public TlsParameters Parameters { get; set; }
Property Value
| Type | Description | 
|---|---|
| TlsParameters | 
Remarks
The Parameters can be set before initiating TLS negotiation only. Modifying Parameters after initiating TLS negotiation does not affect established connection.