Mentalis.org Security Library documentation

SecurityOptions.CommonName Property

Gets or sets the common name of the peer.

[Visual Basic]
Public Property CommonName As String
[C#]
public string CommonName {get; set;}

Property Value

A String that holds the common name of the peer. This is usually a domain name.

Remarks

Servers that do not use client authentication should set this member to a null reference (Nothing in Visual Basic).

See Also

SecurityOptions Class | SecurityOptions Members | Org.Mentalis.Security.Ssl Namespace