TspFailureStatus Enumeration

Contains extended error information about Time-Stamp Request failure.

Definition

Namespace: SysadminsLV.PKI.Cryptography
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public enum TspFailureStatus

Members

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