Show / Hide Table of Contents

Class OcspCertificateRevocationStatus

Inheritance
Object
OcspCertificateRevocationStatus
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class OcspCertificateRevocationStatus

Properties

RevocationDate

Declaration
public DateTimeOffset? RevocationDate { get; }
Property Value
Type Description
Nullable<DateTimeOffset>

RevocationReason

Declaration
public RevocationReasons? RevocationReason { get; }
Property Value
Type Description
Nullable<RevocationReasons>

Status

Declaration
public OcspCertificateStatus Status { get; }
Property Value
Type Description
OcspCertificateStatus
Back to top Copyright © 2015-2020 Lacuna Software