API Reference
Class
CtCertificateSample
Sample row for recent CT certificates.
Inheritance
- Object
- CtCertificateSample
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public CtCertificateSample() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<DateTimeOffset> EntryTimestampUtc { get; set; } #Gets or sets the entry timestamp utc value.
public Nullable<DateTimeOffset> NotAfterUtc { get; set; } #Gets or sets the not after utc value.
public String IssuerName { get; set; } #Gets or sets the issuer name value.
public String CommonName { get; set; } #Gets or sets the common name value.
public CtCertificateValidityStatus ValidityStatus { get; set; } #Gets or sets the validity status value.
public Boolean Wildcard { get; set; } #Gets or sets the wildcard value.