Initializes a new instance of the UserNotice class

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

Syntax

C#
public UserNotice(
	NoticeReference noticeRef,
	string str
)
Visual Basic
Public Sub New ( _
	noticeRef As NoticeReference, _
	str As String _
)
Visual C++
public:
UserNotice(
	NoticeReference^ noticeRef, 
	String^ str
)

See Also