DVTk API
CommonName Property
DVTkDvtk.CertificatesCertificateGeneratorCommonName
DVTk API

[This is preliminary documentation and is subject to change.]

Common Name
Declaration Syntax
C#Visual BasicVisual C++
public string CommonName { get; set; }
Public Property CommonName As String
public:
property String^ CommonName {
	String^ get ();
	void set (String^ value);
}
Remarks
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.

Assembly: DVTK (Module: DVTK) Version: 0.0.0.0