Enum OcspStatus
Definition
- Namespace:
- Tizen.Security.SecureRepository
- Assembly:
- Tizen.Security.SecureRepository.dll
Enumeration for the OCSP status.
public enum OcspStatus
Fields
| Name | Description |
|---|---|
| Good | The OCSP status is good. |
| InternalError | An Internal error. |
| InvalidResponse | The invalid response from the OCSP server. |
| InvalidUrl | The invalid URL in the certificate OCSP extension. |
| NetworkError | The Network connection error. |
| RemoteError | The OCSP remote server error. |
| Revoked | The certificate is revoked. |
| Unknown | Unknown error. |
| Unsupported | The certificate does not provide the OCSP extension. |