SecureBlackbox 2020 C++ Edition

Questions / Feedback?

AssertionConsumerServiceBindings Property

Bindings supported by the Assertion Consumer Service.

Syntax

ANSI (Cross Platform)
char* GetAssertionConsumerServiceBindings();
int SetAssertionConsumerServiceBindings(const char* lpszAssertionConsumerServiceBindings); Unicode (Windows) LPWSTR GetAssertionConsumerServiceBindings();
INT SetAssertionConsumerServiceBindings(LPCWSTR lpszAssertionConsumerServiceBindings);
@property (nonatomic,readwrite,assign,getter=assertionConsumerServiceBindings,setter=setAssertionConsumerServiceBindings:) NSString* assertionConsumerServiceBindings;
- (NSString*)assertionConsumerServiceBindings;
- (void)setAssertionConsumerServiceBindings:(NSString*)newAssertionConsumerServiceBindings;
#define PID_SAMLSPSERVER_ASSERTIONCONSUMERSERVICEBINDINGS 4

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

Default Value

"+Artifact,+POST,+Redirect"

Remarks

Use this property to specify the bindings for the Assertion Consumer Service (ACS) provided by this SP.

Data Type

String

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