CertInfo Object
The CertInfo object provides access to properties of the client or the server certificate.
Syntax
CertInfo.property
| Properties | |
| ExpirationDate | Date and time after which the certificate is not valid. |
| Email address associated with the certificate. | |
| FriendlyName | Friendly name of the person or entity to whom the certificate is being issued. May be empty. |
| IssuedBy | Name of the certification authority which issued the certificate. |
| IssuedTo | Name of the person or entity to whom the certificate is being issued. |
| Status | The status of the certificate upon verifying the message's signature. |
| Win32Status | The Win32 status code of the certificate upon verifying the message's signature. |
See Also