Click or drag to resize

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
Members
  Member nameValueDescription
Granted0 Response has valid confirmations and response contains requested token.
GrantedWithModifications1 Response has valid confirmations, but response contains requested token with modifications.
Rejected2 Request was rejected and no token is included in response.
Waiting3 Server is busy and no token is included in response.
RevocationWarning4 Revocation is imminent and no token is included in response.
RevocationNotification5 Revoked and no token is included in response.
See Also