TspResponseStatus Enumeration |
Represents possible values that identify the status of Time-Stamp request on Time-Stamp Authority (TSA)
Namespace:
SysadminsLV.PKI.Cryptography
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public enum TspResponseStatus
Public Enumeration TspResponseStatus
public enum class TspResponseStatus
Members
| Member name | Value | Description |
---|
| 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.
|
See Also