SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

SignatureValidationResult Property

Contains the signature validation result.

Syntax

__property TsbxSAMLReaderSignatureValidationResults SignatureValidationResult = { read=FSignatureValidationResult };
enum TsbxSAMLReaderSignatureValidationResults { xsvValid=0, xsvUnknown=1, xsvCorrupted=2, xsvSignerNotFound=3, xsvFailure=4, xsvReferenceCorrupted=5 };

Default Value

xsvValid

Remarks

Use this property to check the result of the most recent XML signature validation.

xsvValid0
xsvUnknown1
xsvCorrupted2
xsvSignerNotFound3
xsvFailure4
xsvReferenceCorrupted5

This property is read-only and not available at design time.

Data Type

Integer

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