Enum OcspStatus

Definition

Namespace:
Tizen.Security.SecureRepository
Assembly:
Tizen.Security.SecureRepository.dll
API Level:
3

Enumeration for the OCSP status.

C#
Copy
public enum OcspStatus
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.