Initializes a new instance of the NotationData class

Namespace: Org.BouncyCastle.Bcpg.Sig
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public NotationData(
	bool critical,
	bool humanReadable,
	string notationName,
	string notationValue
)
Visual Basic
Public Sub New ( _
	critical As Boolean, _
	humanReadable As Boolean, _
	notationName As String, _
	notationValue As String _
)
Visual C++
public:
NotationData(
	bool critical, 
	bool humanReadable, 
	String^ notationName, 
	String^ notationValue
)

Parameters

critical
Type: System..::..Boolean
humanReadable
Type: System..::..Boolean
notationName
Type: System..::..String
notationValue
Type: System..::..String

See Also