Show / Hide Table of Contents
Editar no GitHub

Class Ocsp

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

Properties

| Improve this Doc View Source

Certificates

Declaration
public List<PKCertificate> Certificates { get; }
Property Value
Type Description
List<PKCertificate>
| Improve this Doc View Source

CertificateStatus

The revocation status of the requested certificate

Declaration
public OcspCertificateRevocationStatus CertificateStatus { get; }
Property Value
Type Description
OcspCertificateRevocationStatus
| Improve this Doc View Source

NextUpdate

Declaration
public DateTimeOffset? NextUpdate { get; }
Property Value
Type Description
Nullable<DateTimeOffset>
| Improve this Doc View Source

ThisUpdate

Declaration
public DateTimeOffset ThisUpdate { get; }
Property Value
Type Description
DateTimeOffset

Methods

| Improve this Doc View Source

Decode(Byte[])

Declaration
public static Ocsp Decode(byte[] basicOcspRespContent)
Parameters
Type Name Description
Byte[] basicOcspRespContent
Returns
Type Description
Ocsp
| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
Object obj
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)
| Improve this Doc View Source

GetEncodedValue()

Get the OCSP basic response content

Declaration
public byte[] GetEncodedValue()
Returns
Type Description
Byte[]

The original Ocsp response bytes

| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()
Back to top Copyright © 2015-2020 Lacuna Software