Back to product page

Text property


Holds text of the certificate.

Type

A String value

Syntax

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

Remarks

Although internally Certificate object parses subject 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

Platforms

Windows