X509CRLEntryRevocationDate Property |
Gets the date and time when certificate was revoked by an issuer.
Namespace:
System.Security.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public DateTime RevocationDate { get; }
Public ReadOnly Property RevocationDate As DateTime
Get
public:
property DateTime RevocationDate {
DateTime get ();
}
member RevocationDate : DateTime with get
Property Value
Type:
DateTimeSee Also