Back to product page

IssuerText property


Holds text of the issuer.

Type

A String value

Syntax

  • Basic
object.IssuerText
The IssuerText(object,value) syntax has these parts:
objectAn expression evaluating to an object of type Certificate.
valueA String value.

Remarks

Although internally Certificate object parses issuer line, this property will hold it intact - as is stored in certificate.

Usually, it will be something like

/C=US/ST=My State/L=My Location/O=My Organization/OU=My unit/CN=Common Name/Email=my@email

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 Text property.

Platforms

Windows