X509CrlBuilder.NextCrlPublish Property

Gets or sets the local date and time at which new CRL is expected to be published by CA. Normally this value is either, equals to NextUpdate or a bit smaller. But this value must be within CRL validity.

Definition

Namespace: SysadminsLV.PKI.Win.Cryptography.X509Certificates
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
C#
public DateTime? NextCrlPublish { get; set; }

Property Value

Nullable<DateTime>

See Also