CertServerModuleGetPublishExpiredCertInCRL Method

Indicates whether current expired and revoked certificate is added in CRL.

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
C#
public int? GetPublishExpiredCertInCRL()

Return Value

NullableInt32
  • non-zero -- certificate (when revoked and expired) is added in CRL,
  • 0 or null -- certificate (when revoked and expired) is not added in CRL.

See Also