Click or drag to resize

EmbeddedTimestampVerificationResultGetUnsupportedFeatures Method

Retrieves reports about unsupported features encountered during verification of the timestamp. Current possible values: "GeneralizedTime format with length <number greater than 15%gt;", "unsupported digest algorithm"

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public string[] GetUnsupportedFeatures()

Return Value

Type: String
a container of strings representing unsupported features encountered during verification of the timestamp
Remarks
Output may change in future versions.
See Also