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( IEnumerable crlVals, IEnumerable ocspVals, OtherRevVals otherRevVals ) |
Visual Basic |
---|
Public Sub New ( _ crlVals As IEnumerable, _ ocspVals As IEnumerable, _ otherRevVals As OtherRevVals _ ) |
Visual C++ |
---|
public: RevocationValues( IEnumerable^ crlVals, IEnumerable^ ocspVals, OtherRevVals^ otherRevVals ) |
Parameters
- crlVals
- Type: System.Collections..::..IEnumerable
- ocspVals
- Type: System.Collections..::..IEnumerable
- otherRevVals
- Type: Org.BouncyCastle.Asn1.Esf..::..OtherRevVals