public CrlOcspRef(
CrlListID crlids,
OcspListID ocspids,
OtherRevRefs otherRev
)
Public Sub New (
crlids As CrlListID,
ocspids As OcspListID,
otherRev As OtherRevRefs
)
public:
CrlOcspRef(
CrlListID^ crlids,
OcspListID^ ocspids,
OtherRevRefs^ otherRev
)
Org.BouncyCastle.Asn1.Esf.CrlOcspRef = function(crlids, ocspids, otherRev);