Initializes a new instance of the OtherRevRefs class

Namespace: Org.BouncyCastle.Asn1.Esf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public OtherRevRefs(
	DerObjectIdentifier otherRevRefType,
	Asn1Encodable otherRevRefs
)
Visual Basic
Public Sub New ( _
	otherRevRefType As DerObjectIdentifier, _
	otherRevRefs As Asn1Encodable _
)
Visual C++
public:
OtherRevRefs(
	DerObjectIdentifier^ otherRevRefType, 
	Asn1Encodable^ otherRevRefs
)

See Also