MonoCloud Management SDK
    Preparing search index...

    Enumeration X509RevocationMode

    The X.509 revocation mode.

    Index

    Enumeration Members

    Enumeration Members

    NoCheck: "no_check"

    Indicates that no revocation checking is performed. Certificate revocation status is not evaluated.

    Offline: "offline"

    Indicates that revocation status is checked using tenant-managed CRLs, without making external network calls.

    Online: "online"

    Indicates that revocation status is checked using online revocation mechanisms, such as Certificate Revocation Lists (CRLs) and/or OCSP responders, for the certificate chain according to the configured revocation settings.