SecureBlackbox 2020 C++ Edition

Questions / Feedback?

SignatureType Property

The SOAP signature type to use.

Syntax

ANSI (Cross Platform)
int GetSignatureType();
int SetSignatureType(int iSignatureType); Unicode (Windows) INT GetSignatureType();
INT SetSignatureType(INT iSignatureType);

Possible Values

SST_UNKNOWN(0), 
SST_WSSSIGNATURE(1),
SST_SOAPSIGNATURE(2)
@property (nonatomic,readwrite,assign,getter=signatureType,setter=setSignatureType:) int signatureType;
- (int)signatureType;
- (void)setSignatureType:(int)newSignatureType;

Possible Values

SST_UNKNOWN(0), 
SST_WSSSIGNATURE(1),
SST_SOAPSIGNATURE(2)
#define PID_SOAPSIGNER_SIGNATURETYPE 73

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

Default Value

1

Remarks

Use this property to specify the signature type to use when forming the signature.

Supported values:

sstUnknown0Unknown signature
sstWSSSignature1Uses Web Services Security (WS-Security, WSS) signature. It is implemented according to the OASIS Web Services Security extension to SOAP
sstSOAPSignature2Uses SOAP signature. It is implemented according to the SOAP Security Extensions: Digital Signature.

Data Type

Integer

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