SecureBlackbox 2020 C++ Edition

Questions / Feedback?

Binding Property

Returns the SAML message binding type.

Syntax

ANSI (Cross Platform)
int GetBinding();

Unicode (Windows)
INT GetBinding();

Possible Values

CSBT_NONE(0), 
CSBT_SOAP(1),
CSBT_PAOS(2),
CSBT_REDIRECT(3),
CSBT_POST(4),
CSBT_ARTIFACT(5)
@property (nonatomic,readonly,assign,getter=binding) int binding;
- (int)binding;

Possible Values

CSBT_NONE(0), 
CSBT_SOAP(1),
CSBT_PAOS(2),
CSBT_REDIRECT(3),
CSBT_POST(4),
CSBT_ARTIFACT(5)
#define PID_SAMLREADER_BINDING 51

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

Default Value

0

Remarks

Check this property to obtain the message binding type.

This property is read-only.

Data Type

Integer

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