PdfSignatureTimestampOptions.Username Property

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

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

Syntax

C#
public string Username { get; set; }
VB
Public Property Username 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