Infinity.CertUtilDescription

Fields

Name Type Access Description
dn_common_name str r/w The common name of the certificate, or None.
san_dnsname str r/w The DNS name of the certificate, or None.
validity int r/w The number of seconds the certificate is valid, beginning from the current time.

Methods

None

Details

class Infinity.CertUtilDescription

This structure contains information that is used to generate a certificate with the inf_cert_util_create_certificate(), inf_cert_util_create_self_signed_certificate() and inf_cert_util_create_signed_certificate() functions.