Discuss this help topic in SecureBlackbox Forum

TElPDFPublicKeyRevocationInfo.ContainsOCSPResponse

TElPDFPublicKeyRevocationInfo     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Declaration

[C#]
    bool ContainsOCSPResponse(byte[] Response);

[VB.NET]
    Function ContainsOCSPResponse(ByVal Response As Byte()) As Boolean

[Pascal]
    function ContainsOCSPResponse(const Response : ByteArray) : boolean;

[C++]
    bool ContainsOCSPResponse(const std::vector<uint8_t> &Response);

[PHP]
    bool ContainsOCSPResponse(array of byte|string|NULL $Response)

[Java]
    boolean containsOCSPResponse(byte[] Response);

Parameters

  • Response -

Return value

    Returns

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum