TspFailureStatus Enumeration
Contains extended error information about Time-Stamp Request failure.
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public enum TspFailureStatus
Public Enumeration TspFailureStatus
public enum class TspFailureStatus
None | 0 |
No error.
|
BadAlgorithm | 1 |
TSA do not recognize request algorithm.
|
BadRequest | 3 |
Request is not allowed or supported.
|
BadDataFormat | 6 |
Request has wrong data format.
|
TimeNotAvailable | 15 |
The TSA's time source is not available.
|
BadPolicy | 16 |
The requested policy ID is not supported by TSA.
|
BadExtension | 17 |
The requested X.509 extension is not supported by TSA.
|
NoMoreInfoAvailable | 18 |
The additional requested information is not available or cannot be recognized by TSA.
|
ServerError | 26 |
Internal server error.
|