Click or drag to resize

TimestampingConfigurationSetUseNonce Method

Setter for whether to use a nonce (unique random number) during timestamping. This is on by default, and should be on whenever a timestamp authority supports it, because it helps prevent replay attacks.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetUseNonce(
	bool in_use_nonce
)

Parameters

in_use_nonce
Type: SystemBoolean
a boolean value representing whether or not to use a nonce
See Also