Management::KeyCertificate::CertificateDetail¶
Introduced : BIG-IP_v9.0
A struct that describes the detailed information of a certificate.
Member | Type | Description |
cert_info | Certificate | The basic information of the certificate. |
cert_type | CertificateType | The certificate type. |
key_type | KeyType | The key type of the key used when the certificate is created. |
bit_length | long | The bit length of the key used when the certificate is created. |
version | long | The version of the certificate. |
serial_number | String | The serial number of the certificate (if assigned). |
expiration_string | String | The string representation of the expiration date. |
expiration_date | long | The numeric representation of the expiration date. |
subject | X509Data | The x509 data of the certificate’s owner. |
issuer | X509Data | The x509 data of the authority who signs this certificate. |
See Also¶
iControl ::
Warning
The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.
Sample Code¶
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.