Gets or sets the security parameters.

Namespace:  Rebex.Net
Assembly:  Rebex.Smtp (in Rebex.Smtp.dll)

Syntax

Visual Basic
Public Property Parameters As TlsParameters
	Get
	Set
C#
public TlsParameters Parameters { get; set; }

Field Value

Security parameters.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also