SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

RetrieveOCSPResponse Event

This event is fired when a OCSP Response should be retrieved.

Syntax

typedef struct {
  String URI;
} TsbxASiCVerifierRetrieveOCSPResponseEventParams;

typedef void __fastcall (__closure *TsbxASiCVerifierRetrieveOCSPResponseEvent)(System::TObject* Sender, TsbxASiCVerifierRetrieveOCSPResponseEventParams *e);

__property TsbxASiCVerifierRetrieveOCSPResponseEvent OnRetrieveOCSPResponse = { read=FOnRetrieveOCSPResponse, write=FOnRetrieveOCSPResponse };

Remarks

This event could occur if you are verifying XAdES-C form or higher. URI parameter contains a URI value of the stored OCSP Response along with a signature. The user should add the OCSP Response to the KnownOCSPs property.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Builder Edition - Version 20.0 [Build 8154]