SecureBlackbox 2020 C++ Edition

Questions / Feedback?

AssertionInfoAdviceAssertionCount Property

Contains the number of advice assertions.

Syntax

ANSI (Cross Platform)
int GetAssertionInfoAdviceAssertionCount();
int SetAssertionInfoAdviceAssertionCount(int iAssertionInfoAdviceAssertionCount); Unicode (Windows) INT GetAssertionInfoAdviceAssertionCount();
INT SetAssertionInfoAdviceAssertionCount(INT iAssertionInfoAdviceAssertionCount);
@property (nonatomic,readwrite,assign,getter=assertionInfoAdviceAssertionCount,setter=setAssertionInfoAdviceAssertionCount:) int assertionInfoAdviceAssertionCount;
- (int)assertionInfoAdviceAssertionCount;
- (void)setAssertionInfoAdviceAssertionCount:(int)newAssertionInfoAdviceAssertionCount;
#define PID_SAMLWRITER_ASSERTIONINFOADVICEASSERTIONCOUNT 21

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SAMLWriter_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_SAMLWriter_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

0

Remarks

Contains the number of advice assertions.

Use this property to access the number of advice assertions.

This property is 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]