SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SignResponse Property

Specifies whether the IdP responses should be signed.

Syntax

ANSI (Cross Platform)
int GetSignResponse();
int SetSignResponse(int bSignResponse); Unicode (Windows) BOOL GetSignResponse();
INT SetSignResponse(BOOL bSignResponse);
@property (nonatomic,readwrite,assign,getter=signResponse,setter=setSignResponse:) BOOL signResponse;
- (BOOL)signResponse;
- (void)setSignResponse:(BOOL)newSignResponse;
#define PID_SAMLIDPSERVER_SIGNRESPONSE 40

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

Default Value

FALSE

Remarks

Set this property to True to automatically sign the responses sent by this IdP server.

Data Type

Boolean

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