SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

ChainValidated Event

Reports the end of the validation process.

Syntax

typedef struct {
  String SubjectRDN;
  int ValidationResult;
  int ValidationDetails;
} TsbxSOAPVerifierChainValidatedEventParams;

typedef void __fastcall (__closure *TsbxSOAPVerifierChainValidatedEvent)(System::TObject* Sender, TsbxSOAPVerifierChainValidatedEventParams *e);

__property TsbxSOAPVerifierChainValidatedEvent OnChainValidated = { read=FOnChainValidated, write=FOnChainValidated };

Remarks

This event is fired when a certificate chain has been validated. SubjectRDN identifies the owner of the validated certificate.

If ValidationResult equals to 0 (zero), validation has succeeded. Any other value reports failure, and ValidationDetails specifies more details on possible reason for it.

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