TspFailureStatus Enumeration | 
 
            Contains extended error information about Time-Stamp Request failure.
            
 
    Namespace: 
   SysadminsLV.PKI.Cryptography
    Assembly:
   SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntaxpublic enum TspFailureStatus
Public Enumeration TspFailureStatus
public enum class TspFailureStatus
Members| 
                   
                 | Member name | Value | Description | 
|---|
 | 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.
             | 
See Also