Initializes a new instance of the RevocationValues class
Namespace: Org.BouncyCastle.Asn1.EsfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public RevocationValues( CertificateList[] crlVals, BasicOcspResponse[] ocspVals, OtherRevVals otherRevVals ) |
Visual Basic |
---|
Public Sub New ( _ crlVals As CertificateList(), _ ocspVals As BasicOcspResponse(), _ otherRevVals As OtherRevVals _ ) |
Visual C++ |
---|
public: RevocationValues( array<CertificateList^>^ crlVals, array<BasicOcspResponse^>^ ocspVals, OtherRevVals^ otherRevVals ) |
Parameters
- crlVals
- Type: array<Org.BouncyCastle.Asn1.X509..::..CertificateList>[]()[][]
- ocspVals
- Type: array<Org.BouncyCastle.Asn1.Ocsp..::..BasicOcspResponse>[]()[][]
- otherRevVals
- Type: Org.BouncyCastle.Asn1.Esf..::..OtherRevVals