SecureBlackbox 2020 C++ Edition

Questions / Feedback?

RedirectBindingSign Property

Specifies whether to sign generated messages.

Syntax

ANSI (Cross Platform)
int GetRedirectBindingSign();
int SetRedirectBindingSign(int bRedirectBindingSign); Unicode (Windows) BOOL GetRedirectBindingSign();
INT SetRedirectBindingSign(BOOL bRedirectBindingSign);
@property (nonatomic,readwrite,assign,getter=redirectBindingSign,setter=setRedirectBindingSign:) BOOL redirectBindingSign;
- (BOOL)redirectBindingSign;
- (void)setRedirectBindingSign:(BOOL)newRedirectBindingSign;
#define PID_SAMLWRITER_REDIRECTBINDINGSIGN 137

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

FALSE

Remarks

Specifies whether to sign generated messages.

Use this property to enable or disable signing of generated binding entities. The SAML specification instructs that the binding should only be signed if the original XML was. This property therefore is only taken into account if the original XML was signed. With that in mind, certain service providers demand the binding to be signed at all times. Use RedirectBindingForceSign property to enforce signatures on all binding entities.

This property is not available at design time.

Data Type

Boolean

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