CertificateName Property  
 

Gets and sets the common name for the server certificate.

Syntax

object.CertificateName [= name ]

Remarks

This property sets the common name or friendly name of the certificate that should be used when starting a secure server. If the Secure property is set to True, this property must be specify a valid certificate name. The certificate must have a private key associated with it, otherwise client connections will fail because the control will be unable to create a security context for the session.

Certificates may be installed and viewed on the local system using the Certificate Manager that is included with the Windows operating system. For more information, refer to the documentation for the Microsoft Management Console.

Data Type

String

See Also

CertificateStore Property, Secure Property