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

Syntax

C#
public void SetNotationData(
	bool isCritical,
	bool isHumanReadable,
	string notationName,
	string notationValue
)
Visual Basic
Public Sub SetNotationData ( _
	isCritical As Boolean, _
	isHumanReadable As Boolean, _
	notationName As String, _
	notationValue As String _
)
Visual C++
public:
void SetNotationData(
	bool isCritical, 
	bool isHumanReadable, 
	String^ notationName, 
	String^ notationValue
)

Parameters

isCritical
Type: System..::..Boolean
isHumanReadable
Type: System..::..Boolean
notationName
Type: System..::..String
notationValue
Type: System..::..String

See Also