Table of Contents

Class CrlOcspRef

Namespace
Enterprises.Org.BouncyCastle.Asn1.Esf
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class CrlOcspRef : Asn1Encodable, IAsn1Convertible
Inheritance
CrlOcspRef
Implements
Inherited Members

Constructors

CrlOcspRef(CrlListID, OcspListID, OtherRevRefs)

public CrlOcspRef(CrlListID crlids, OcspListID ocspids, OtherRevRefs otherRev)

Parameters

crlids CrlListID
ocspids OcspListID
otherRev OtherRevRefs

Properties

CrlIDs

public CrlListID CrlIDs { get; }

Property Value

CrlListID

OcspIDs

public OcspListID OcspIDs { get; }

Property Value

OcspListID

OtherRev

public OtherRevRefs OtherRev { get; }

Property Value

OtherRevRefs

Methods

GetInstance(object)

public static CrlOcspRef GetInstance(object obj)

Parameters

obj object

Returns

CrlOcspRef

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object