Initializes a new instance of the KeyFlags class

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

Syntax

C#
public KeyFlags(
	bool critical,
	int flags
)
Visual Basic
Public Sub New ( _
	critical As Boolean, _
	flags As Integer _
)
Visual C++
public:
KeyFlags(
	bool critical, 
	int flags
)

Parameters

critical
Type: System..::..Boolean
flags
Type: System..::..Int32

See Also