Enum OcspStatus

Definition

Namespace:
Tizen.Security.SecureRepository
Assembly:
Tizen.Security.SecureRepository.dll

[Obsolete("Please do not use! This will be deprecated!")]

C#
Copy
[Obsolete("Please do not use! This will be deprecated with API9 and removed with API11! Please use raw OpenSSL instead!")] public enum OcspStatus
Name Description
Good

OCSP status is good.

InternalError

Internal error.

InvalidResponse

Invalid response from the OCSP server.

InvalidUrl

Invalid URL in the certificate OCSP extension.

NetworkError

Network connection error.

RemoteError

OCSP remote server error.

Revoked

Certificate is revoked.

Unknown

Unknown error.

Unsupported

Certificate does not provide the OCSP extension.