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