Unit
ScBridge
type
TScCRLReason = (crKeyCompromise, crCACompromise, crAffiliationChanged, crSuperseded, crCessationOfOperation, crCertificateHold, crPrivilegeWithdrawn, crAACompromise, crRemoveFromCRL, crUnspecified);
TScCRLReasons = set of TScCRLReason;
Description
The TScCRLReason enumeration represents the reasons for the certificate revocation.
See also
TScCRLDistributionPoint.Reasons