TspResponseStatus Enumeration
Represents possible values that identify the status of Time-Stamp request on Time-Stamp Authority (TSA)
Namespace: SysadminsLV.PKI.CryptographyAssembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
public enum TspResponseStatus
Public Enumeration TspResponseStatus
public enum class TspResponseStatus
Granted | 0 |
Response has valid confirmations and response contains requested token.
|
GrantedWithModifications | 1 |
Response has valid confirmations, but response contains requested token with modifications.
|
Rejected | 2 |
Request was rejected and no token is included in response.
|
Waiting | 3 |
Server is busy and no token is included in response.
|
RevocationWarning | 4 |
Revocation is imminent and no token is included in response.
|
RevocationNotification | 5 |
Revoked and no token is included in response.
|