[This is preliminary documentation and is subject to change.]
Common Name
| C# | Visual Basic | Visual C++ |
public string CommonName { get; set; }
Public Property CommonName As String
public: property String^ CommonName { String^ get (); void set (String^ value); }
The name of your server as it appears in the server's URL (for example, www.acme.com).
This name must be identical to the fully qualified domain name of the server for
which you are requesting a certificate.
Do not include the protocol specifier (http://) or any port numbers or pathnames
in the common name. Do not use use wildcards such as * or ?, and do not use an IP address.