SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ReferenceDigestValue Property

Use this property to get or set the value of the digest calculated over the referenced data.

Syntax

ANSI (Cross Platform)
int GetReferenceDigestValue(int iReferenceIndex, char* &lpReferenceDigestValue, int &lenReferenceDigestValue);
int SetReferenceDigestValue(int iReferenceIndex, const char* lpReferenceDigestValue, int lenReferenceDigestValue); Unicode (Windows) INT GetReferenceDigestValue(INT iReferenceIndex, LPSTR &lpReferenceDigestValue, INT &lenReferenceDigestValue);
INT SetReferenceDigestValue(INT iReferenceIndex, LPCSTR lpReferenceDigestValue, INT lenReferenceDigestValue);
- (NSData*)referenceDigestValue:(int)referenceIndex;
- (void)setReferenceDigestValue:(int)referenceIndex:(NSData*)newReferenceDigestValue;
#define PID_SOAPSIGNER_REFERENCEDIGESTVALUE 52

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SOAPSigner_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_SOAPSigner_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_SOAPSigner_CheckIndex(void *lpObj, int propid, int arridx);

Remarks

Use this property to get or set the value of the digest calculated over the referenced data.

This property is optional and should be set only if you don't provide the actual data via TargetData or URI. If the data is set, then you don't need to set DigestValue since it will be calculated automatically.

The ReferenceIndex parameter specifies the index of the item in the array. The size of the array is controlled by the ReferenceCount property.

This property is not available at design time.

Data Type

Byte Array

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