Back to product page

SerialNumberHex property


Holds friendly name of the certificate.

Type

A String value

Syntax

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

Remarks

SerialNumberHex holds serial number of the certificate (as assigned by the Certificate Authority) as hexadecimal number. This is a String property since COM objects cannot return such large numbers through a Long property (serial number can be up to 20 octets long).

Platforms

Windows