SecureBlackbox 2020 C++ Edition

Questions / Feedback?

ResponseNameID Property

Contains the NameID parameter of a NameIDMapping response.

Syntax

ANSI (Cross Platform)
char* GetResponseNameID();

Unicode (Windows)
LPWSTR GetResponseNameID();
@property (nonatomic,readonly,assign,getter=responseNameID) NSString* responseNameID;
- (NSString*)responseNameID;
#define PID_SAMLREADER_RESPONSENAMEID 170

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_SAMLReader_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

Contains the NameID parameter of a NameIDMapping response.

Use this property to read or set the NameID parameter of the NameIDMapping response.

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