Back to product page

IssuerState property


Holds state of the issuer.

Type

A String value

Syntax

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

Remarks

This property will tell you from what state is the issuer of the certificate.

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

Platforms

Windows