Click or drag to resize

TspFailureStatus Enumeration

Contains extended error information about Time-Stamp Request failure.

Namespace:  SysadminsLV.PKI.Cryptography
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public enum TspFailureStatus
Members
  Member nameValueDescription
None0 No error.
BadAlgorithm1 TSA do not recognize request algorithm.
BadRequest3 Request is not allowed or supported.
BadDataFormat6 Request has wrong data format.
TimeNotAvailable15 The TSA's time source is not available.
BadPolicy16 The requested policy ID is not supported by TSA.
BadExtension17 The requested X.509 extension is not supported by TSA.
NoMoreInfoAvailable18 The additional requested information is not available or cannot be recognized by TSA.
ServerError26 Internal server error.
See Also