Gets or sets the TLS/SSL server's common name.

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

Syntax

Visual Basic
Public Property TargetName As String
	Get
	Set
C#
public string TargetName { get; set; }

Remarks

Provided by the Server Name Indication (SNI) extension.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also