Back to product page
- Introduction
- License Agreement
- Objects
- Certificate
- Methods
- Properties
- BitCount
- CommonName
- Country
- Data
- FriendlyName
- Handle
- HasPrivateKey
- Issuer
- IssuerCommonName
- IssuerCountry
- IssuerEmail
- IssuerLocality
- IssuerOrganization
- IssuerState
- IssuerText
- IssuerUnit
- Locality
- Organization
- PrivateKey
- PublicKey
- PublicKeyOpenSSH
- PublicKeyRSA1
- PublicKeySSH
- SerialNumber
- SerialNumberDec
- SerialNumberHex
- State
- Text
- Unit
- ValidFrom
- ValidTo
- Version
- Certificates
- CertLocation
- CertStores
- Enumerations
- Certificate
- How to get support?
- Tehnical information
- Error list
Issuer property
Holds issuer certificate.
Type
A Certificate objectSyntax
- Basic
object.Issuer
The Issuer(object) syntax has these parts:
The Issuer(object) syntax has these parts:
object | An 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).