Back to product page

IssuerLocality property


Holds locality of the issuer.

Type

A String value

Syntax

  • Basic
object.IssuerLocality
The IssuerLocality(object,value) syntax has these parts:
objectAn expression evaluating to an object of type Certificate.
valueA 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.

Platforms

Windows