Initializes a new instance of the TrustSignature class

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

Syntax

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

Parameters

critical
Type: System..::..Boolean
depth
Type: System..::..Int32
trustAmount
Type: System..::..Int32

See Also