Back to product page

Issuer property


Holds issuer certificate.

Type

A Certificate object

Syntax

  • Basic
object.Issuer
The Issuer(object) syntax has these parts:
objectAn expression evaluating to an object of type Certificate.

Remarks

This property will return new Certificate object that will hold the data for the issuer of this certificate. Usually, this will be certificate from your CA, or if certificate chain is larger possibly some other certificate that signed yours.

You cannot set this value, or change it. Usually, you will have no private key that corresponds to issuer's certificate.

This property will return new Certificate object only if issuer certificate is found in your windows certificate store. Otherwise, it will return NULL (Nothing in VB).

Platforms

Windows