Show / Hide Table of Contents

    Enum OcspStatus

    Please do not use! This will be deprecated with API9 and removed with API11! Please use raw OpenSSL instead!

    Definition

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

    Enumeration for the OCSP status.

    [Obsolete("Please do not use! This will be deprecated with API9 and removed with API11! Please use raw OpenSSL instead!")]
    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.

    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX