PdfSignatureTimestampOptions.Password Property

Gets or sets the password to use for the timestamping authority.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string Password { get; set; }
VB
Public Property Password As String
	Get
	Set

Property Value

Type: String

Remarks

Default value: null.

If the value is null then timestamping authority is treated as not requiring authentication.

See Also