Initializes a new instance of the OtherRecipientInfo class

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

Syntax

C#
public OtherRecipientInfo(
	DerObjectIdentifier oriType,
	Asn1Encodable oriValue
)
Visual Basic
Public Sub New ( _
	oriType As DerObjectIdentifier, _
	oriValue As Asn1Encodable _
)
Visual C++
public:
OtherRecipientInfo(
	DerObjectIdentifier^ oriType, 
	Asn1Encodable^ oriValue
)

See Also