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
IssuerLocality property
Holds locality of the issuer.
Type
A String valueSyntax
- Basic
object.IssuerLocality
The IssuerLocality(object,value) syntax has these parts:
The IssuerLocality(object,value) syntax has these parts:
object | An expression evaluating to an object of type Certificate. |
value | A String value. |
Remarks
IssuerLocality property holds information about the issuer of the certificate. This could be city or area where issuer lives.If issuer's certificate is found in your windows certificate store, this property will return same information as if you would access Issuer property to get new instance of Certificate object of the issuer, and then accessing its Locality property.