SecureBlackbox 2020 C++ Edition

Questions / Feedback?

RedirectBindingSign Property

Specifies whether to sign generated messages.

Syntax

ANSI (Cross Platform)
int GetRedirectBindingSign();

Unicode (Windows)
BOOL GetRedirectBindingSign();
@property (nonatomic,readonly,assign,getter=redirectBindingSign) BOOL redirectBindingSign;
- (BOOL)redirectBindingSign;
#define PID_SAMLREADER_REDIRECTBINDINGSIGN 164

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

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