SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SignatureValidationResult Property

Contains the signature validation result.

Syntax

ANSI (Cross Platform)
int GetSignatureValidationResult();

Unicode (Windows)
INT GetSignatureValidationResult();

Possible Values

XSV_VALID(0), 
XSV_UNKNOWN(1),
XSV_CORRUPTED(2),
XSV_SIGNER_NOT_FOUND(3),
XSV_FAILURE(4),
XSV_REFERENCE_CORRUPTED(5)
@property (nonatomic,readonly,assign,getter=signatureValidationResult) int signatureValidationResult;
- (int)signatureValidationResult;

Possible Values

XSV_VALID(0), 
XSV_UNKNOWN(1),
XSV_CORRUPTED(2),
XSV_SIGNER_NOT_FOUND(3),
XSV_FAILURE(4),
XSV_REFERENCE_CORRUPTED(5)
#define PID_SOAPVERIFIER_SIGNATUREVALIDATIONRESULT 109

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SOAPVerifier_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

0

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++ Edition - Version 20.0 [Build 8166]