PinnedAssertionInfoIDRef Property
Represents an ID reference value.
Syntax
ANSI (Cross Platform) char* GetPinnedAssertionInfoIDRef(); Unicode (Windows) LPWSTR GetPinnedAssertionInfoIDRef();
@property (nonatomic,readonly,assign,getter=pinnedAssertionInfoIDRef) NSString* pinnedAssertionInfoIDRef; - (NSString*)pinnedAssertionInfoIDRef;
#define PID_SAMLREADER_PINNEDASSERTIONINFOIDREF 109 SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SAMLReader_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
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 read-only and not available at design time.
Data Type
String