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
CrlListIDocspids
OcspListIDotherRev
OtherRevRefs
Properties
CrlIDs
public CrlListID CrlIDs { get; }
Property Value
OcspIDs
public OcspListID OcspIDs { get; }
Property Value
OtherRev
public OtherRevRefs OtherRev { get; }
Property Value
Methods
GetInstance(object)
public static CrlOcspRef GetInstance(object obj)
Parameters
obj
object
Returns
ToAsn1Object()
public override Asn1Object ToAsn1Object()