Initializes a new instance of the NoticeReference class
Namespace: Org.BouncyCastle.Asn1.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
public NoticeReference( int displayTextType, string orgName, Asn1Sequence numbers )  | 
| Visual Basic | 
|---|
Public Sub New ( _ displayTextType As Integer, _ orgName As String, _ numbers As Asn1Sequence _ )  | 
| Visual C++ | 
|---|
public: NoticeReference( int displayTextType, String^ orgName, Asn1Sequence^ numbers )  | 
Parameters
- displayTextType
 - Type: System..::..Int32
 
- orgName
 - Type: System..::..String
 
- numbers
 - Type: Org.BouncyCastle.Asn1..::..Asn1Sequence