SecureBlackbox 2020 C++ Edition

Questions / Feedback?

RedirectBindingSignatureAlgorithm Property

Contains the signature algorithm.

Syntax

ANSI (Cross Platform)
char* GetRedirectBindingSignatureAlgorithm();

Unicode (Windows)
LPWSTR GetRedirectBindingSignatureAlgorithm();
@property (nonatomic,readonly,assign,getter=redirectBindingSignatureAlgorithm) NSString* redirectBindingSignatureAlgorithm;
- (NSString*)redirectBindingSignatureAlgorithm;
#define PID_SAMLREADER_REDIRECTBINDINGSIGNATUREALGORITHM 165

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

Default Value

""

Remarks

Contains the signature algorithm.

Use this property to get or set the signature algorithm. This corresponds to the SigAlg query string parameter, and contains the URI of the signature algorithm.

This property is read-only and not available at design time.

Data Type

String

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