SecureBlackbox 2020 macOS Edition

Questions / Feedback?

SignatureType Property

The SOAP signature type to use.

Syntax

public var signatureType: SoapsignerSignatureTypes {
get {...}
set {...} }

public enum SoapsignerSignatureTypes: Int32 { case sstUnknown = 0 case sstWSSSignature = 1 case sstSOAPSignature = 2 }

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.

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