SecureBlackbox 2020 C++ Edition

Questions / Feedback?

AssertionInfoAssertionType Property

Specifies the type of the assertion.

Syntax

ANSI (Cross Platform)
int GetAssertionInfoAssertionType();
int SetAssertionInfoAssertionType(int iAssertionInfoAssertionType); Unicode (Windows) INT GetAssertionInfoAssertionType();
INT SetAssertionInfoAssertionType(INT iAssertionInfoAssertionType);

Possible Values

CSAT_ASSERTION_IDREF(0), 
CSAT_ASSERTION_URIREF(1),
CSAT_ASSERTION(2),
CSAT_ENCRYPTED_ASSERTION(3)
@property (nonatomic,readwrite,assign,getter=assertionInfoAssertionType,setter=setAssertionInfoAssertionType:) int assertionInfoAssertionType;
- (int)assertionInfoAssertionType;
- (void)setAssertionInfoAssertionType:(int)newAssertionInfoAssertionType;

Possible Values

CSAT_ASSERTION_IDREF(0), 
CSAT_ASSERTION_URIREF(1),
CSAT_ASSERTION(2),
CSAT_ENCRYPTED_ASSERTION(3)
#define PID_SAMLWRITER_ASSERTIONINFOASSERTIONTYPE 22

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

Specifies the type of the assertion.

Use this property to check or set the type of the assertion.

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]