:right-sidebar: True DistributionPoint =================================================================== .. currentmodule:: gi.repository.Gcr .. versionadded:: 4.3.91 .. class:: DistributionPoint(**properties: ~typing.Any) :no-contents-entry: Superclasses: :class:`~gi.repository.GObject.Object` An object describing a CRL distribution point. A certificate user can use such a Certifiate Revocation List (CLR) distribution point to check if the certificate has been revoked. These distribution poitns are for example listed as part of a :obj:`~gi.repository.Gcr.CertificateExtensionCrlDistributionPoints` object. Methods ------- .. rst-class:: interim-class .. class:: DistributionPoint :no-index: .. method:: get_full_name() -> ~gi.repository.Gcr.GeneralNames | None Returns the full name of the CRL distribution point, if set. .. method:: get_relative_name_part(part: str) -> str | None Returns a part of the relative name of ``self``\, if set. Note that the relative name might not be set, nor the specific part. Examples of a ``part`` might be the 'OU' (organizational unit) or the 'CN' (common name). Only the value of that part of the RDN is returned. :param part: a RDN type string or OID.