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()
Public Function GetUnsupportedFeatures As String()
public:
virtual array<String^>^ GetUnsupportedFeatures() sealed
function GetUnsupportedFeatures();
Return Value
Type:
Stringa container of strings representing unsupported features encountered during verification of the timestamp
Remarks Output may change in future versions.
See Also