Back to product page
- Introduction
- License Agreement
- Objects
- Certificate
- Methods
- Properties
- BitCount
- CommonName
- Country
- Data
- FriendlyName
- Handle
- HasPrivateKey
- Issuer
- IssuerCommonName
- IssuerCountry
- IssuerEmail
- IssuerLocality
- IssuerOrganization
- IssuerState
- IssuerText
- IssuerUnit
- Locality
- Organization
- PrivateKey
- PublicKey
- PublicKeyOpenSSH
- PublicKeyRSA1
- PublicKeySSH
- SerialNumber
- SerialNumberDec
- SerialNumberHex
- State
- Text
- Unit
- ValidFrom
- ValidTo
- Version
- Certificates
- CertLocation
- CertStores
- Enumerations
- Certificate
- How to get support?
- Tehnical information
- Error list
CommonName property
Holds common name of the owner.
Type
A String valueSyntax
- Basic
object.CommonName [= value]
The CommonName(object,value) syntax has these parts:
The CommonName(object,value) syntax has these parts:
object | An expression evaluating to an object of type Certificate. |
value | A String value. |
Remarks
Common Name is important part of certificate because it holds actual name of host that owns certificate.For example, if you're connecting to www.somehost.com using SSL, it's common name will be 'www.somehost.com' - on anything else warning message (usually shown by Internet Explorer) will be shown, declaring a problem because it is possible that there is false owner of the certificate.