Class CertStatus
- Namespace
- Org.BouncyCastle.Pkix
- Assembly
- BouncyCastle.Cryptography.dll
public class CertStatus
- Inheritance
-
CertStatus
- Inherited Members
Fields
Undetermined
public const int Undetermined = 12
Field Value
Unrevoked
public const int Unrevoked = 11
Field Value
Properties
RevocationDate
Returns the revocationDate.
public DateTime? RevocationDate { get; set; }
Property Value
Status
Returns the certStatus.
public int Status { get; set; }