SignatureInfo.GetCertificateDetail Method
Displays a specified detail related to a digital certificate.
Syntax
expression.GetCertificateDetail(certdet)
expression An expression that returns a SignatureInfo object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| certdet | Required | CertificateDetail | An enumerated value specifying which certificate detail to display. |
Return Value
Variant
Example
The following example gets the expiration date of the digital certificate.
| Visual Basic for Applications |
|---|
|