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. |
| 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. |
See Also