Mentalis.org Security Library documentation

SecureSocket.CommonName Property

Gets the common name of the remote host.

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

Property Value

A string representing the common name of the remote host.

Remarks

The common name of the remote host is usually the domain name.

See Also

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