Initializes a new instance of the TSAClientBouncyCastle class

Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public TSAClientBouncyCastle(
	string url,
	string username,
	string password,
	int tokSzEstimate
)
Visual Basic
Public Sub New ( _
	url As String, _
	username As String, _
	password As String, _
	tokSzEstimate As Integer _
)
Visual C++
public:
TSAClientBouncyCastle(
	String^ url, 
	String^ username, 
	String^ password, 
	int tokSzEstimate
)

Parameters

url
Type: System..::..String
username
Type: System..::..String
password
Type: System..::..String
tokSzEstimate
Type: System..::..Int32

See Also