SecureBlackbox 2020 C++ Edition

Questions / Feedback?

AssertionInfoIDRef Property

Represents an ID reference value.

Syntax

ANSI (Cross Platform)
char* GetAssertionInfoIDRef();
int SetAssertionInfoIDRef(const char* lpszAssertionInfoIDRef); Unicode (Windows) LPWSTR GetAssertionInfoIDRef();
INT SetAssertionInfoIDRef(LPCWSTR lpszAssertionInfoIDRef);
@property (nonatomic,readwrite,assign,getter=assertionInfoIDRef,setter=setAssertionInfoIDRef:) NSString* assertionInfoIDRef;
- (NSString*)assertionInfoIDRef;
- (void)setAssertionInfoIDRef:(NSString*)newAssertionInfoIDRef;
#define PID_SAMLWRITER_ASSERTIONINFOIDREF 29

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

""

Remarks

Represents an ID reference value.

Use this property to read or set the ID reference value for assertions of csatAssertionIDRef type.

This property is not available at design time.

Data Type

String

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