public RevocationValues(
CertificateList[] crlVals,
BasicOcspResponse[] ocspVals,
OtherRevVals otherRevVals
)
Public Sub New (
crlVals As CertificateList(),
ocspVals As BasicOcspResponse(),
otherRevVals As OtherRevVals
)
public:
RevocationValues(
array<CertificateList^>^ crlVals,
array<BasicOcspResponse^>^ ocspVals,
OtherRevVals^ otherRevVals
)
Org.BouncyCastle.Asn1.Esf.RevocationValues = function(crlVals, ocspVals, otherRevVals);